body{
	margin:40px 0px;
	background-color:#000000;
	text-align:center;
	color:#bac1c7;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
a{
	font-weight:bold;
	color:#bac1c7;
	text-decoration:none;
}
a:hover {
	color: #ee7900;
}
div#global{
	margin:0px auto;
	width:850px;
	height:600px;
	overflow:hidden;
	padding:0px;
	text-align:justify;
}
div#outer{
	width:850px;
	height:600px;
	overflow:hidden; 
}
div#inner{
	width:650px;
	height:100px;
	margin:250px 100px;
	text-align:center;
}

