* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 12px/18px Georgia, Tahoma, Verdana, sans-serif;
	width: 100%;
		height: 975px;
	background: url('img/main_bkg.jpg') center top #060d14;
}
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: 803px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 583px;
	width: 800px;
text-align: center;
margin: 0px auto;

}


/* Middle
-----------------------------------------------------------------------------*/
#content {
	padding: 85px 45px 40px 50px;
	color: #fff;
	
		font: 16px/20px Georgia, Tahoma, Verdana, sans-serif;
		font-style: italic;
		width: 708px;
	
		position: relative;
		
}

.content_24px {
 	font: 24px/26px Georgia, Tahoma, Verdana, sans-serif;
  font-style: italic;
  margin: 0 auto;
  position: relative;
  width: auto;
  text-align: center;
}






/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 803px;
	margin: -2px auto 0;
	height: 20px;
	color: #fff;
	font: 12px/18px Georgia, Tahoma, Verdana, sans-serif;
  position: relative;
}


.copy_right_melt {
  font: 14px/18px Georgia, Tahoma, Verdana, sans-serif;
  position: absolute;
  color: #58feff;
  left: 45px;
  font-style: italic;
}


.copy_right_melt_img {
 width: 100px;
 height: 28px;
 display: block;
 background: url('img/melt_logo.png') no-repeat;
 position: absolute;
 right: 42px;

}
