* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-family: Osaka, '‚l‚r ‚oƒSƒVƒbƒN', 'MS UI Gothic', sans-serif;
	text-align: left;
}
body {
	padding: 0px;
	font-size: 90%;
	text-align: center;
	background: #000000;
	color:#FFFFFF;
}
a:link, a:visited {
	color: #3355bb;
	text-decoration: none;
}
a:active, a:hover {
	color: #3355bb;
	text-decoration: underline;
}
div#header {
	height: 100px;
}
div#header h1 {
	padding: 0px 0px 0px 0px;
	text-align: center;
}
div#container {
	width: 63%;
	min-width: 500px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background: #222222;
	margin-bottom: 0px;
	margin-top: 10px;
	margin-left:auto;
	margin-right:auto;
}
div#footer {
	width: 100%;
	clear: both;	
	padding: 0px 0px;
	margin:0px;
	background: #222222 url("images/navibg.gif") 0% 0% repeat-x;
}

div#copy {
	margin: 0px;
	line-height: 1.5;
	color: #ffffff;
	text-align:center;
}
img {
	border: 0px;
	vertical-align: middle;
}

