* {
	background-color: #ededed;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #7d7a7a;
	margin: 0;
}

html, body {
	/* footer */
	height: 100%;
}

#container {
	margin: 0 auto;
	width: 960px;
	/* footer */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -2em;
}

a {
	text-decoration:none;
	color: #19a3d5;
}

a:hover {
	text-decoration:underline;
}

h1 a {
	margin: 0 auto;
	background:url(images/logo.png) no-repeat;
	display:block;
	width: 94px;
	height:177px;
	text-indent: -9999px;
	outline: none;
}

#textdiv {
	margin: 30px auto;
	display:block;
	width: 515px;
	height:120px;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}

#textdiv p {
	margin-top: 32px;
	margin-bottom: 32px;
	text-align:center;
	line-height: 23pt;
}

#social {
	float:left;
	clear:left;
	width: 960px;
	height:100%;
	margin:0 auto 20px auto;
}

#social ul{
	margin:0 auto 0 330px;
	width:350px;
}

#social li{
	list-style: none;
	float:left;
	margin-right: 50px;
	margin-top: 30px;
	text-decoration:none;
}

a#twitter{
	background:url(images/twitter.png) no-repeat;
	width: 42px;
	height: 43px;
	display:block;
	text-indent: -9999px;
}

a#facebook{
	background:url(images/facebook.png) no-repeat;
	width: 42px;
	height: 43px;
	display:block;
	text-indent: -9999px;
}

a#themeforest{
	background:url(images/themeforest.png) no-repeat;
	width: 51px;
	height: 48px;
	display:block;
	text-indent: -9999px;
}


span#orText  {
	display:block;
	width:100%;
	height: 100%;
	text-align:center;
	font-size:21pt;
	color: #7c7c7c;
	font-style:italic;
}

#footer {
	width:100%;
	height:100%;
	text-align:center;
	display:block;
	clear:both;
	float:left;
	height: 2em;
	font-size: 11px;
}

input {
	float:left;
	width: 152px;
	height:27px;
	background:url(images/form_bg.png) no-repeat;
	display:block;
	border: 0;
	outline: 0;
	padding-right: 80px;
}

input[type=email] {
	float:left;
	padding-left: 10px;
	font-size:11px;
	font-style:italic;
}

input[type=submit] {
	float:left;
	position:absolute;
	margin-left: 170px;
	width: 95px;
	height: 27px;
	background:url(images/btn.png) no-repeat;
	text-indent: -9999px;
	cursor:pointer;
}

#news {
	clear:both;
	height: 100%;
	width: 100%;
	clear:both;
	float:left;
	margin:20px 0 20px 360px;
	display:block;
}

#footer span {
	font-size:11px;
	font-weight:bold;
}

