@import url(http://fonts.googleapis.com/css?family=Roboto+Slab);

/* ++ Browser Reset */
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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0;}
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:none;}table{border-collapse:collapse;border-spacing:0;} .clear{ clear:both;}
 
 html,body {height: 100%; width: 100%}
/* ++ Selected Text */
::selection { background-color: #D94343; color: #fff; } 
::-moz-selection { background-color: #D94343; color: #fff; }

/* ++ Clearfix */
.clearfix:before,.clearfix:after { content:"";  display:table;}
.clearfix:after { clear:both;}.clearfix { zoom:1;}			

/*General*/ 
body { font:11px/1.5em Roboto Slab,Arial, Helvetica, sans-serif; color:#fff;   background:#232323;     }
a:link, a:visited, a:active { color:#D94343; text-decoration:none;}
a:hover {text-decoration: none;}


.wrapper { text-transform: uppercase; display: block; width: 1024px; height: 100%; margin: 0 auto; text-align: center; font-size: 22px;   }

.header {display: block; width: 1024px; letter-spacing:.7em; height: 200px; line-height:200px;}
.master {display: block; width:1024px;    }
.master img{display: block;width:1024px;   margin: 0 auto;  }
.footer {display: block; text-transform: uppercase; width:1024px;letter-spacing:.3em; font-size: 16px; height:200px; line-height: 200px;}

