@charset "UTF-8";

* {margin:0; padding:0;}
html {height:100%; margin:0 0 1px;}

body {
background:#020001 url(../images/bg.jpg) no-repeat center 20px;
color:#fcfcfc;
text-align:justify;
line-height:150%;
}

a {color:#fff;}
h2 {font-size:1.2em;}

#container {
width:960px;
margin:60px auto;
padding:0 0 20px;
background:url(../images/logo.gif) no-repeat top left;
}

#head { height:136px;}
#head h1, hr {display:none;}

#head ul {
list-style:none;
padding:50px 0 0 450px;
width:450px;
font-size:1.2em;
}

#head ul li {float:left; margin:0 20px 0 0;}
#head ul li a {text-decoration:none;}
#head ul li a:hover {text-decoration:underline;}
#content {margin:0 130px 30px 300px;}
#content img {float:right;}

#content div {
border-top:1px solid #444;
padding:20px;
height:150px;
}