@import url("module.css");
*{
	margin: 0px;
	/*padding: 0px;*/
}
html{
	margin-top: 4px;
	margin-bottom: 4px;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	background-color: #000000;
	color: #FFFFFF;
}
h1, h3, h4, h5, h6, p{
	margin-bottom: 4px;
	margin-top: 4px;
}
h1{
}
h2{
}
h3{
}
h4{
}
h5{
}
h6{
}
p{
}
ul{
}
ol{
}
li{
}
a:link, a:visited{
	color: #FFFF99;
	text-decoration: underline;
}
a:hover, a:active{
	color: #CCCCCC;
	text-decoration: none;
}
form{
}
input, textarea, select{
}
option{
}
fieldset{
}
legend{
}
label{
	font-weight: bold;
}
.asterisk{
	color: #FFCC00;
}
#container{
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg-body.jpg);
	background-color: #990100;
	background-repeat: repeat-y;
}
#container div.head{
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 250px;
	background-color: #FF7144;
}
#container div.topbar{
	background-image: url(../images/top-bar.jpg);
	background-repeat: no-repeat;
	height: 50px;
}
#container div.h-body{
	background-image: url(../images/bg-t-body.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
}
#container div.m-body{
	background-image: url(../images/bg-m-body.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#container div.f-body{
	background-image: url(../images/bottom-bar.jpg);
	background-repeat: no-repeat;
	height: 40px;
	text-align: center;
	padding-top: 40px;
	line-height: 40px;
}

