body {
width: 700px;
margin: 0 auto;
margin-top:35px;
padding:0px;
text-align: center;
#font-family: trebuchet ms;
color: #000;
background: #dcebf2 url(../images/bg.png) repeat-x scroll 0 0;
}
#root{
background-color:#fff;
padding: 5px;
margin-bottom: 15px;
display:block;
text-align:left;
height:500px;
border: 5px solid #e8eff5;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius:10px;
-moz-box-shadow: 0 0 5px 0 #aaa;
-webkit-box-shadow: 0 0 5px 0 #aaa;
box-shadow: 0 0 5px 0 #aaa;
}
#header {
height:220px;
}
h1 {
margin-top:10px;
margin-left:10px;
font-size:55px;
font-weight:normal;
font-style:normal;
font-variant:normal;
line-height:1em;
text-transform: uppercase;
font-family: Helvetica, Arial, sans-serif;
}
h1 span {
display:block;
font-size:77px;
letter-spacing: 5.2px;
font-weight:normal;
font-family: impact, Helvetica, Arial, sans-serif;
}
#content img {
border:0;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius:5px;
}