@import 'reset.css';
@import 'default.css';

a{color: #FFF}
a:hover{text-decoration: none}

body{
	background: #242424 url(../images/bg.gif) left top repeat-x;
	text-align: center;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #FFF;
}
#container{width: 800px; margin: 0 auto}
#header{width: 633px; height: 161px; float: right; text-align: left}
h1{padding-top: 40px;}
#content{clear: both; text-align: left; padding-bottom: 50px}
h2{width: 130px; float: left;}
h2 img{display: block}
.box{width: 633px; float: right; margin-bottom: 30px}
.box .ref{margin-bottom: 30px; display: block; border: 3px solid #1c1c1c}
.box .ref img{display: block; width: 627px}


#footer{}


