body {
	background-color: #000000;
	margin: 0;
	padding: 0;
	overflow: auto;
}
#box {
	width:1200px;
	height:700px;
	margin-top: -350px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -600px;
	border: 2px solid #e20019;
	position: absolute;
	left: 50%;
	top: 50%;
}


/* hide from ie on mac \*/
html {
	height: 100%;
}

/* end hide */

a:link {
	color: #990000;
	text-decoration: none;
}

a:visited {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

a:active {
	color: #A19275;
	text-decoration: none;
}
