@charset "utf-8";
/* CSS Document */

body {
	background:#000;
	
}
a {
	text-decoration:none;
	color:#999;
}

#bkg {
	background:url(../img/bkg.03.2010.jpg) no-repeat;
	width:600px;
	height:688px;
	margin-left: 400px;
}


#title {
	color:#ccc;
	font-size:24px;
	font-weight:900;
}

#about {
	position:absolute;
	color:#FFF;
	left:10px;
	top: 100px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	width:350px;
	line-height:1.3;
}



#footer {
	position:absolute;
	top:300px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	color:#FFF;
	margin:auto;
	width: 360px;
	left: 10px;
}

#back {
	position:absolute;
	top:10px;
	left:10px;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;	
}
#back a:hover{ color: #C00; }
