body,
html{
  font:12px Verdana, Arial, Helvetica, sans-serif;
  color:#333;
height:100%; 
background:#1F3934 url(../img/background.jpg) repeat-x top;
	
}

html{
  overflow-y:scroll;
 
}

body{

}


/*#background{
	float:left;
	width:100%;
	background-color:#1F3934;
	background-image:url(../img/background.jpg);
	background-repeat: repeat-x;
	background-position:top;
	
}*/

#wrapper{
	width:900px;
	margin:auto;
	padding: 0px;
	border:none;
	
}

#header{
	width:900px;
	height:113px;
	overflow:hidden;
	margin:0px;
}

#header h1{
	visibility:hidden;
	display:none;
}





#page_bottom{
	float:left;
	width:900px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	padding-top:7px;
	padding-bottom:5px;
	background-color:#0F1B19;
}

a{
color:#02732A;
}

a:hover{
color:#03A65A;
};

fieldset{
	border:none;
	vertical-align:baseline;
	margin-bottom:25px;
}


input[type=text]{
	width:80px;
	height:20px;
	border: solid 1px #006665;
	color:#000000;
	margin:auto;
	padding:0px;
	display:inline;
	float:left;
}

input[type=password]{
	width:155px;
	height:20px;
	border: solid 1px #006665;
	color:#000000;
	margin:0px;
	padding:0px;
	display:block;
	float:left;
}


input[type=submit]{
	background-color:#006665;
	color:#ffffff;
	border:none;
	margin:0px;
	padding:0px;
	width:46px;
	height:22px;
	cursor:pointer;
	display:block;
	float:left;
}




.content{
	float:left;
	width:900px;
	background-color:#12221F;
	padding-bottom:20px;
}

.content p{
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px; /*12*/
	text-align:justify;
	margin-bottom: 15px;
}






