@charset "utf-8";
/* CSS Document */

body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #151617;
}

.main_div
{
	top: 0px;
	position: relative;
	padding: 0 auto;
	margin: 0 auto;
	width: 1000px;
	height: 580px;
}

.link 
{
	font-size: 11px;
	font-weight: bold;
	color: #dddddd;
	letter-spacing: 0.5px;
	text-decoration: none;
}	

.link:hover, link:focus, link:active 
{
	color: #666666;
}

.tips
{
	color : #666666;
	font-size: 10px;
	font-weight: normal;
}

