* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
  background:#10100a;
 margin: 0 auto;
	font: 15px "Times New Roman" ,Verdana,Arial, Tahoma, sans-serif;
	height: 100%;
width:925px;
color:#3e3e3b;
}
a {
	color: #595c15;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {margin: 0 0 18px}
img {
	border: none;
}
input {vertical-align: middle}
#wrapper {
	width: 100%;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;

}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 430px;
width:925px;
	background: #fff url(../images/home_logo.png);
 	background-repeat: no-repeat; 
}


/* Middle
-----------------------------------------------------------------------------*/
#content {
	padding: 0 0 100px;
width:925px;
}



/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: -20 150px;
	height: 20px;
	background: #222222;
	width:925px;
}
