


body { margin: 0px;
	background-color: #525b5b;

	}
	
	
a

{
	color:#000;

text-decoration: none;
font-family: 'LucidaGrande','Lucida Grande','Lucida Sans Unicode',sans-serif;
font-size: 11px;


}

a:hover

{
color:#000;
text-decoration: underline;
font-family: 'LucidaGrande','Lucida Grande','Lucida Sans Unicode',sans-serif;
font-size: 11px;


}



#container { text-align:left; width:760px; margin:0 auto;position:relative;
background-color: #CCCCCC;
 }



#page {
    width:420px;
        height:280px;
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-220px;
    margin-top:-160px;
	background-image:url(../images/back.jpg);
    } 

#logo_holder
{
	width: 380px;
	margin-top: 40px;
	overflow:hidden;
	text-align:center;
	margin-left: 20px;
	
}

#text
{
	width: 380px;
	margin-top: 10px;
	overflow: hidden;
	padding-left: 40px;
	
}

p
{
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 11px;
}


