html, body, div, span, applet, h1, h2, h3,
a, em, font, img, strong, b, u, i, center,form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
:focus {
	outline: 0;
}
html {
	background:#240b19;
}
body {
	background-color:#240b19;
	font-size: 62.5%;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	line-height: 1;
}
#wrapper {
	width: 960px;
	height: 617px;
	background: url(../images/main.jpg) no-repeat;
	margin: 0 auto;
}
h1, h2 {display: none;}
form {
	float: right;
	margin: 290px 105px 0 0;
	overflow: hidden; position: relative;
}
form label#emailLabel { 
	cursor: text;
	font-size: 18px;
	font-style: italic;
	color:#7f7078;
	letter-spacing: -1px;
	word-spacing: 1px;
	padding: 8px 6px;
	/*line-height: 18px;*/
	left: 16px;
	position: absolute; 
}
.input_newsletter {
	float:left;
	background: url(../images/input.png) no-repeat left top;
	height: 40px;
	width: 344px;
	padding:6px 0 0 18px;
}
.newsletter input {
	float:left;
	border:none;
	background:none;
	font-family: Georgia;
	font-size: 18px;
	font-style: italic;
	color:#7f7078;
	letter-spacing: -1px;
	word-spacing: 1px;
	padding: 6px 2px;
	/*line-height: 20px;*/
	width:216px;
	height:22px;
}
.newsletter input.btn {
	position:absolute; 
	top:8px; 
	right:10px;
	padding:0;
	width:74px;
	height:32px;
	margin-top:-1px;
}
.success {position:absolute; top:9px; right:95px;}
.error {position:absolute; top:9px; right:95px;}
.loader {position:absolute; top:9px; right:95px;}
#social {
	clear: both;
	float: right;
	margin: 40px 230px 0 0;
	overflow: hidden;
}
#connect_facebook {
	background: url(../images/connect_facebook.png) no-repeat;
	float: left;
	height: 26px;
	margin-right: 30px;
	width: 83px;	
}
#connect_twitter {
	background: url(../images/connect_twitter.png) no-repeat;
	float: left;
	height: 26px;
	width: 83px;	
}
.copyright {
	clear: both;
	text-align: center; 
	padding-top: 130px;
	color:#94005c;
	font-size:11px;
	/*line-height:14px;*/
}
a {color:#94005c;text-decoration: none;}
a:hover {text-decoration:underline;}
