html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
	font-family: arial, sans-serif;
	background: url(../images/bg.jpg) no-repeat #77ab4c;
	background-position:center;
}
#wrapper {
	width: 1055px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
h1 {
	font-size: 45px;
	float: left;
	color: #135441;
	font-family: arial, sans-serif;
	font-weight: bold;
	margin-top: 40px;
}
#follow {
	float: right;
	margin-top: 30px;
	text-align: center;
	width: 262px;
	color: #4b614a;
	font-size: 18px;
	overflow: hidden;
}
#follow a {
	display: block;
	float: left;
}
#fb {
	margin-right: 1px;
	background: url(../images/fb.png);
}
#fb:hover {
	opacity:0.85;
	filter:alpha(opacity=85); /* For IE8 and earlier */
}
#twitter {
	background: url(../images/twitter.png);
}
#twitter:hover {
	opacity:0.85;
	filter:alpha(opacity=85); /* For IE8 and earlier */
}
#gplus {
	background: url(../images/gplus.png);
}
#gplus:hover {
	opacity:0.85;
	filter:alpha(opacity=85); /* For IE8 and earlier */
}
#linkedin {
	background: url(../images/linkedin.png);
}
#linkedin:hover {
	opacity:0.85;
	filter:alpha(opacity=85); /* For IE8 and earlier */
}
#dribbble {
	background: url(../images/dribbble.png);
}
#dribbble:hover {
	opacity:0.85;
	filter:alpha(opacity=85); /* For IE8 and earlier */
}
#fb, #twitter, #gplus, #linkedin, #dribbble{
	margin-top: 5px;
	margin: 5px;
	width: 40px;
	height: 40px;
}
#opps {
	clear: both;
	margin-left: 290px;
	margin-top: 170px;
	font-size: 28px;
	color: #135441;
	font-weight:bold;
}
#bottom {
	width: 955px;
	margin-left: 15px;
	margin-top: 320px;
	background: #135441;
	color: #8eaf95;
	padding: 15px 35px 20px 35px;
	font-size: 28px;
	overflow: hidden;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	behavior: url(PIE.htc);
}
.left {
	float: left;
}
.right {
	float: right;
}
h2 {
	font-size: 28px;
	font-style: normal;
	text-align: center;
	font-weight: normal;
	color: #b5ddba;
	margin-bottom: -15px;
}
#countdown {
	font-size: 21px;
	margin-top: 30px;
}
.timeBox {
	margin-right: 20px;
	float: left;
	text-align: center;
}
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
.days, .hours, .minutes, .seconds {
	background: #009b6c;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 115px;
	text-align: center;
	padding: 25px 0;
	font-size: 43px;
	color: #b4dcba;
	margin-bottom: 5px;
	font-weight: bold;
	behavior: url(PIE.htc);
}
form {
	margin-top: 30px;
}
form input {
	font-size: 17px;
	width: 365px;
	color: #4b614a;
	background: url(../images/placeholder.png) no-repeat center #b4dcba;
	border: 5px solid #8daf95;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	text-align: center;
	padding: 15px 0;
	margin: 0;
	bahavior: url(PIE.htc);
}
form button {
	border-radius: 13px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border: 2px solid #006a48;
	background-color: #009b6c;
	color: #b4dcba;
	padding: 3px 0;
	width: 379px;
	margin-top: 10px;
	font-size: 19px;
	display: block;
	cursor: pointer;
	behavior: url(PIE.htc);
}
form button[type="submit"]:hover {
	background: #85b154;
	color: #135441;
}
#message {
	font-size: 15px;
	text-align: center;
	margin-top: 5px;
	margin-left: 3px;
}
footer {
	color: #125441;
	text-align: center;
	margin: 20px 0;
}