@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	font-size: 8px;
}
#container {
	width: 900px;
	height: 620px;
	background: #000000 url(images/frame_new.png);
	margin: 0 auto;
	text-align: left;
}
#mainContent {
	padding: 108px 100px 100px 100px;
}
#link h1{
	text-align: center;
	font-size: 14px;
}
#link a:link, a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#link a:hover{
	text-decoration: none;
	color: #6666FF;
}