@charset "UTF-8";

/* rule reset */

html, body, div, span, h1, h2, h3, h4, h5, h6, {
	margin:0;
	padding:0;
	border:0;
	outline:0;
}

#header {
	background-image: url(../img/back3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 200px;
	width: 800px;
	font-size: 6px;
	color: #000000;
	top: inherit;
	float: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FF3300;
	background-color: #246;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
}
#outergroup {
	background-color: #000000;
	text-align: left;
	width: 800px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#outergroup #header #topcoment {
	top: 0px;
}

