

a
{
text-decoration: none;

}
	
	
body
{
margin: 0 ;
font-size: 80%;
font-family: Arial;
text-align: center;
background-color:black;
color: #aeacad;
background-image: url(images/bg_body.jpg);
background-position: top;
background-repeat: repeat-x;
}


.page
{
width: 750px;
margin-right: auto;
margin-left: auto;
padding: 10px;
text-align: left;

}

div.center 
{
margin-right: 50%;
                  
margin-left: 50%;
}


h1 {
  margin-right: 50%;         
margin-left: 50%;
	position: relative;
	top: 0px;
	left: -250px;
	width: 444px;
	height: 32 px;
	font-size: 70%;
	color: white;
	
}
h1 span {
 position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 444px;
	height: 32 px;
	background-image: url(images/logo.jpg);
}




strong
{
color: #fccc51;
}


i
{
font-style: normal;

}

a
{
text-decoration: underline;
color: #fccc51;
}



.right
{
float: right;
width: 49%;
}

p
{

text-align: left;
}


.left
{
float: left;
width: 49%;
}


.cleaner
{
clear: both;
display: block;
}


ul
{
text-align: left;

}








