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

body{
	width:1224px;
	height:900px;
	margin-left:auto;
	margin-right:auto;
	background-color:#000000;
}

#global{
	width:1224px;
	height:900px;
	margin-left:auto;
	margin-right:auto;
}

a{
	text-decoration:none;
	color:#CCCCCC;
}

a:hover{
	color:#FFFFFF;
}

p {
	color:#666666;
	font-size:11px;
}
