@charset "UTF-8";

/*

Pink: #d3143c;



*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #000000;
	margin:0px;
	height:100%;
}

a:focus, a:active {
	outline:0;
}

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

a:Hover {
	color:#888888;
}

#container {
	text-align: center;
	margin-top: 10px;
}

#footer {
	text-align: right;
	width: 833px;
	display: block;
	left: -433px;
	position: relative;
	margin-left: 50%;
}

#html {
	border: 1px solid #FFFFFF;
	padding:10px;
	width: 813px;
	height:530px;
	left: -433px;
	position: relative;
	margin-left: 50%;
	font-size: 12px;
	text-align:left;

}

#html h1 {
	margin:0px;
}

#html .border {
	border: 1px solid #FFFFFF;
	float:right;
	width:200px;
}