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,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: "droid-serif-1","droid-serif-2",Georgia, Serif;
	vertical-align: baseline;

}
body {
	width: 100%;
	height: 568px;
	background-image:url('images/background.gif');
	background-color: #cccccc;
	background-repeat: repeat-x;
	background-position: center top;
	-moz-box-shadow:0px 3px 5px #000;
	overflow:none;
	

}
ol,ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	vertical-align: middle;
}
caption,th,td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q,blockquote {
	quotes: "" "";
}
q:before,q:after,blockquote:before,blockquote:after {
	content: "";
}
a img {
	border: none;
}

h1 {

	font-size:28px;
	color: #EDEDED;
	padding-top: 40px;
	line-height: 34px;
	font-weight:bold;
	text-shadow:-1px -1px 0 black;  
}
	
h2 {

	font-size: 20px;
	font-weight:bold;
	padding-bottom: 5px;
}



#wrapper {
	
	margin: 0 auto;
	padding-top:140px;
	text-align: center;
	width: 550px;
	position: relative;
}

#logos {
	
	background:url('images/logos.png') no-repeat scroll center top transparent;
	width: 100%;
	height: 133px;
/*	display: block;*/

}

#signup {
	
	padding: 20px 0px 20px;
	color: #ededed;
	font-size: 15px;
	
}

#signup .email{
	
	margin-top: 26px; 
	width: 273px; 
	height: 27px;
	padding: 3px 3px 0px 5px;
	background: none repeat scroll 0 0 #EDEDED;
	font-family: helvetica, arial, sans-serif;
	font-size: 18px;
	color: #1E1C45;
	border: 0 none;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	
	
}

.submit {
	background: none repeat scroll 0 0 #EDEDED;
	height:30px;
	border: 0 none;
	font-family:'DroidSerifRegular',Georgia,times,"Times New Roman";
	font-size:15px;
	color: #1E1C45;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	
}

.submit:hover {
	background: none repeat scroll 0 0 #9B8437;
	color: #1E1C45;
}

.bestbar {
	display: block;
	background-image:url("images/bestbar.png");
	background-position: 0 0;
	height:200px;
	right:-200px;
	position:absolute;
	top:180px;
	width:201px;
}

.bestbar:hover {
	
	background-position: 0 -200px;
}

a.oddny {
	display: block;
	background-image:url("images/oddny.png");
	background-position: 0 0;
	height:183px;
	width:182px;
	position:absolute;
	left: -140px;
	top:125px;
	
}

a.odderny {
	display: block;
	background-image:url("images/odderny.png");
	background-position: 0 0;
	height:183px;
	width:182px;
	position:absolute;
	left: -130px;
	top:356px;
	
}

a.oddestny {
	display: block;
	background-image:url("images/oddestny.png");
	background-position: 0 0;
	height:183px;
	width:182px;
	position:absolute;
	right: -130px;
	top:100px;
	
}

#follow {
	width:100%;
	padding-bottom:100px;
	padding-top:7px;
}

a.twitter {
	
	background-image:url("images/twitter_sprite.png");
	background-position:0 0;
	background-repeat:no-repeat;
	height:23px;
	width:400px;
	padding:3px 5px 1px 30px;
	overflow: hidden;

	font-size:15px;
	color: #EDEDED;
	text-decoration: none;

	
}

a.twitter:hover {
	
	background-position:0 -23px;
	color:#967F35;

}

#bottom_container {
	background-color: #CCCCCC;
	text-align:center;
	font-size: 14px;
	color: #1E1C45;
	line-height: 18px;

}

#bottom_container h2 {
		text-shadow:-1px -1px 0 #ededed;  
	
}

#odd {
	float:left;
	padding-right: 35px;
	padding-left:10px;
	width:130px;
	border-right: 1px dotted #1E1C45;
}

#odder {
	float:left;
	padding-right: 35px;
	padding-left: 35px;
	width:130px;
	border-right: 1px dotted #1E1C45;		
	
	
}

#oddest {
	float:left;
	width:130px;
	padding-left: 35px;
	
}

#footer {
	font-size: 12px;
	padding-top: 15px;

	
}

#footer a {
	color:#967F35;
	text-decoration: none;	
}

#footer a:hover {
	color:#1e1c45  ;
	
}
