@charset "UTF-8";
body {
background: url(images/back.jpg) no-repeat top #011b32;
margin-top:0px;
margin-bottom:30px;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
}

#container {
width:100%;
min-height:100%;
z-index:0;
background: url(images/back_01.jpg) center top no-repeat;
margin: 0 auto;
}
.content {
padding: 0 30px 0 30px;

}
.footer {
padding: 0px 20px 20px 20px;
}
a:link, a:visited {color:#06F; text-decoration:none}
a:hover {color:#039}