html,body,div,section,header,footer,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-size:100%;font-family:inherit;vertical-align:baseline}:focus{outline:0}body{line-height:1;color:black;background:white}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,th,td{text-align:left;font-weight:normal}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:""""} 

body { 

	color: #fff; font-family: Helvetica, Arial, sans-serif; font-size: 12px;
	
	background: #120813 url(images/background.png) 0 0 repeat-x; }
	
h1, h2 { font-weight: bold; text-align: center; text-indent: -9999px; }
	
h1 { font-size: 36px; }
h2 { font-size: 16px; color: #000; }

a:link, a:active, a:visited { color: #13caff; text-decoration: none; }
a:hover { text-decoration: underline; }



#board p, #board-subscribed p, #board-unsubscribed p { font-size: 22px; padding-top: 15px; line-height: 30px; text-align: center; display:none; }
#board-about p { font-size: 14px; padding: 10px 23px; line-height: 22px; }


#header { height: 128px; width: 400px; margin: 0 auto; background: url(images/logo.png) center top no-repeat; }

#board, #board-subscribed, #board-unsubscribed, #board-about { position: relative; width: 406px; margin: 0 auto; }
#board { height: 380px; background: url(images/board.png) 0 0 no-repeat; }
#board-subscribed { height: 363px; background: url(images/board-subscribed.png) 0 0 no-repeat; }
#board-unsubscribed { height: 114px; background: url(images/board-unsubscribed.png) 0 0 no-repeat; }
#board-about { height: 389px; background: url(images/board-about.png) 0 0 no-repeat; padding: 10px 0; }

#slider {	
	
	position: absolute; top: 120px; left: 3px;
	
	width: 400px; height: 115px; }

#muiel-muiel { 
	
	position: absolute; top: 256px; left: 23px; display: block;
	
	width: 360px; height: 45px; line-height: 45px;
	
	color: #999; font-family: Helvetica, Arial, sans-serif; font-size: 18px; text-align: center;
	
	border: 0; border-bottom: 1px solid #404040; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	
	background: #111; }
	
#submit {

	position: absolute; top: 314px; left: 23px;
	
	width: 362px; height: 47px;
	
	color: #fff; font-family: Helvetica, Arial, sans-serif; font-size: 14px; text-align: center; text-indent: -9999px;
	
	border: 0; cursor: pointer;
	
	background: #ff3a81 url(images/button.png) 0 0 no-repeat; }

#submit:hover { background-position: 0 -47px; }
#submit:active { background-position: 0 -94px; }

.facebook, .twitter { display:block; position: relative; width: 162px; height: 42px; background: url(images/social-buttons.png) no-repeat; text-indent: -9999px; }

.facebook { top: 190px; left: 27px; float: left; background-position: 0 0; }
.facebook:hover { background-position: 0 -42px; }
.twitter { top: 190px; left: 217px; background-position: -162px 0; }
.twitter:hover { background-position: -162px -42px; }

.learn { display: block; width: 406px; margin: 0 auto; text-align: center; padding: 15px 0; }
.learn a:link, .learn a:visited, .learn a:active { font-size: 16px; color: #896eb8;  text-decoration: none; }
.learn a:hover { text-decoration: underline; }
	
