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


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
	text-align:center;
	text-transform: none;
	color: #FFFFFF;
	background-color: #000000;
	padding: 10px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#container {
	margin:auto;
	width: 940px;
	height: 700px;
	background-color: #62534C;
	background-image: url(images/brownpaper.gif);
	background-repeat: repeat;
}

a:focus, object:focus {
outline: none;
-moz-outline-style: none;
} 
