* 
{
	margin: 0;
	padding: 0;
	border: none;
}

body 
{
  font-family: "Verdana CE", Verdana, "Arial CE", Arial, "Helvetica CE", Helvetica, sans-serif;
  font-size: 11px;
  background-image: url("../images/bg.gif");
  background-repeat: repeat;
	background-position: top-left;
}

h1 
{
  font-size: 25px;
  font-weight: bold;
  color: #FF0000; 
}

a
{
  color: #FFFFFF; 
  font-size: 11px;
  text-decoration: none;
}

a:hover 
{
  color: #616161; 
  text-decoration: none;
}

p
{
  padding: 317px 0 0 3px;
	font-size: 11px;
	color: #e8e8e8;
}

/*TAGs*/

#main
{
  margin: 0px auto 0 250px;
  width:  800px;
  height: 800px;
  background-image: url("../images/bg_djender.gif");
  background-repeat: no-repeat;
	background-position: top-left;

}

