body, html {
	margin:0;
	padding:0;
	background:#333 url(img/main-bg.png) repeat top left;	
    min-width:800px;
}

.main{
	text-indent:-9999px;
	width:350px;
	height:350px;
	margin: 50px auto 0 auto;
	background:transparent url(img/main.png) repeat top left;
}

.about, a, a:visited, a:active, a:hover{
    width:350px;
    margin:10px auto;
    color:#d3d3d3;
    font-family:"Helvetica Nueu", Helvetica, Arial, sans-serif;
    font-size:14pt;
    text-align:center;
    font-weight:bold;
    text-decoration:none;
}
a:hover{text-decoration:underline;}