@charset "utf-8";

html {
overflow-y: scroll;
}
html, body {
width: 100%;
height: 100%;
margin:0;
padding:0;
}
body {
background: #726344 url(../images/bg.jpg) center top repeat-x;
text-align:center;
font-family:"Verdana","Tahoma", Arial, Helvetica, sans-serif;
font-size:11px;
}
img {
border:0;
}

/* social */
#socialWrapper {
position:relative;
left:762px;
top:0px;
height:57px;
width:300px;
}
#social_fb {
position:absolute;
right:60px;
top:0px;
width:70px;
height:57px;
}
#social_tw {
position:absolute;
right:0px;
top:0px;
width:70px;
height:57px;
}

/* main */
#wrapper {
margin:0 auto;
position:relative;
top:40px;
width:664px;
/*min-height:500px;*/
background-color:#d2b78f;
border:#997d55 10px solid;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
-khtml-border-radius: 30px;
border-radius: 30px;
}
#logo {
position:relative;
margin:0 auto;
padding-bottom:50px;
}
#copy {
margin:0 auto;
position:relative;
padding-top:50px;
width:964px;
text-align:center;
font-family:"Verdana","Tahoma", Arial, Helvetica, sans-serif;
font-size:11px;
color:#000;
}
#copy a, #copy a:active, #copy a:visited {
color:#000;
text-decoration:none;
}
#copy a:hover {
color:#fff;
text-decoration:none;
}