* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	height: 100%;
	background: #000 url(img/main_bg.jpg) no-repeat center center;
}
a {
	color: blue;
	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%;
}


/* Middle
-----------------------------------------------------------------------------*/
#content {
	padding: 0 0 130px;
}

    .center {  
	  width: 684px;
      height: 540px;  
      position: absolute;  
      left: 50%;  
       top: 50%;  
       margin-left: -342px;  
       margin-top: -270px;  
    }  




/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: -100px auto 0;
	min-width: 1000px;
	height: 100px;
}
