:focus {
-moz-outline-style: none;
}
img {
border: 0;
}
a{
  outline: none;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-style: italic;
}	
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
	font-size: 14px;
}

a:active, a:hover {color: gray;}

body {
	background-color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
	font-size: 14px;
	color: #000000;
}
#container {
	position:absolute;
	top: 50%;
	left: 50%;
	width: 823px;
	height: 238px;
	margin-top: -119px; /*set to a negative number 1/2 of your height*/
	margin-left: -412px; /*set to a negative number 1/2 of your width*/
}
