@import url("form.css");

body {
background:#000 url(../img/bg.jpg) center top no-repeat;
color:#fff;
}

a {
color:#649eea;
text-decoration:none;
}

a:hover {text-decoration:underline;}

p {padding:10px 0;}

.header {
height:68px;
text-align:center;
padding:160px 0 30px;
}

.header p {
font-size:22px;
line-height:24px;
}

h2,h3 {color:#649eea;}

.focus h3 {
text-transform:uppercase;
font-size:18px;
color:#fff;
}

.focus {
background:url(../img/bg-opacity.png);
border:1px solid #1e1e1e;
margin:30px 0;
}

.pad25 {margin:25px;}
.pad10 {margin:10px;}

p.graphic {
text-align:center;
padding:0 50px 0 0;
}

.sidebar {
background:url(../img/bg-sidebar.png) center top no-repeat;
overflow:hidden;
}

.share {margin-top:30px;}

.status {
margin-top: 40px;
margin-bottom: 40px;
min-height: 300px;
text-align: center;
}

.footer {
padding-top:20px;
background:url(../img/bg-footer.png) top center no-repeat;
text-align:center;
margin-top:40px;
margin-bottom:80px;
color:#8f8f8f;
}
