 * { margin:0; padding:0;}
body { 
background: #090909 url(images/bg.png) no-repeat top center;
font-size:100%; 
line-height:1em;
font-family:Arial, tahoma; 
color:#7f8077; 
text-align:center;
}


/*header*/
#main{
     background: transparent;
     position: relative;
     margin: 0 auto;
     width: 400px;
     
}

#position{
     background:#090909 url(images/click.png) no-repeat top left;
     margin: 200px 0px;
     height: 53px;
     width: 154px; 

}

#position:hover{
     background:#090909 url(images/click_hover.png) no-repeat top left;
     height: 53px;
     width: 154px; 

}

#logo-click
{
        background: transparent;
	position: absolute;
	top: 0px;
	left: 0px;
}
	
#logo-click div
{
	width: 154px;
	height: 53px;
}


/*Links*/
a:link {
	color: #00cbff;
	text-decoration: none;
}

a:active,
a:visited {
	color: #F0F0F0;
	text-decoration: none;
}

a:hover {
	color: #F0F0F0;
	text-decoration: none;
}