*{margin:0;padding:0}

body {
  background:url('img/pattern.png');
  font: 12px "trebuchet ms", Arial, Helvetica, sans-serif;
}

#gradient {
    background:url('img/gradient.svg') no-repeat;
    background-size: 100% 100%;
    position: absolute;
        top: 0px;
        left: 50%;
    margin-left:-500px;
    width: 1000px;
    height: 800px;
    opacity: 0.1;
}

.clear {
    clear: both;
}


#topbar {
    background: rgba(0,0,0,.6);
    width: 100%;
    height: 20px;
    border-bottom: 2px solid rgba(0,0,0,.5);
    box-shadow: 0px 2px 0px rgba(255,255,255,.04), 0px 2px 0px rgba(255,255,255,.04) inset; 
}

#wrapper {
    width: 1000px;
    margin: auto;
    position: relative;
}

#header {
    height: 300px;
    margin-top: 50px;
    text-align: center;
}

#header img{
  height: 100%;
}


#footer {
    width: 860px;
    height: 50px;
    margin: 100px auto auto; 
    border-top: 2px solid rgba(0,0,0,.5);
    box-shadow: 0px 0px 0px rgba(255,255,255,.04), 0px 2px 0px rgba(255,255,255,.04) inset;
}

.footer_box_left {
    float: left;
    margin-top: 5px;
    color: gray;
	font-size: 10px;
}

.footer_box_spacer {
    float: left;
    width: 1px;
    height: 15px;
    margin: 7px 10px 0 10px;
    border-left: 2px solid rgba(0,0,0,.5);
    box-shadow: 0px 0px 0px rgba(255,255,255,.04), 2px 0px 0px rgba(255,255,255,.04) inset;
}


.footer_box_left a {
    color: #999;
}


h1{font-size:36px;line-height:36px}h3{margin-top:50px}a{color:#fff}


#container {
margin-top: 100px;
width: 700px;
font:16px/24px "trebuchet ms", Arial, Helvetica, sans-serif;
text-align:center;
color:#fff;
text-shadow:0 1px 0 #000;
margin-left: 70px;
}


