root { 
    display: block;
}

html,body{
    padding:0px;
    margin:0px;
}

body{
    background: url("../images/top.png") no-repeat scroll 50% 250px #E8E8E8;
    border-top: 5px solid #202020;
    border-bottom: 5px solid #202020;
    padding-bottom:20px;
    color: #666666;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:13px;
}

#header{
    background: url("../images/top_bg.png") repeat scroll 0 0 #202020;
    height:250px;
    border-bottom: 1px solid #fff;
}

#header div{
    margin:auto;
    width:900px;
    padding-top:40px;
    height:210px;
}


#header img{
    margin-bottom:20px;
}

#header p{
    color:#CCC;
    text-shadow: 1px 1px 1px #000;
    font-size:15px;
}

#content{
    margin:20px auto;
    width:820px;
    background: -moz-linear-gradient(center top , #FBFBFB, #F5F5F5) repeat scroll 0 0 #FBFBFB;
    background-color:  #FBFBFB;
    border: 1px solid #FFFFFF;
    box-shadow: 1px 1px 0 #CCCCCC;
    position: relative;
    padding:40px;    
    border-radius: 5px 5px 5px 5px;
}

p {
    color: #555555;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 15px;
}

hr {
    background: url("../images/ruler.png") repeat-x scroll 0 0 transparent;
    border: 0 none;
    clear: both;
    height: 2px;
    margin: 15px 0 25px;
}

a {
    color: #333333;
    text-decoration: none;
    border-bottom:1px dotted #666;
}
a:hover {
    text-decoration: none;
    border-bottom:1px dotted #333;
}

h2{
    font-size:20px;
    color:#434343;
    text-shadow: 1px 1px 1px #FFFFFF;
}


h1.title{
    display:none;
    margin:0px;
}

.img_left{
    margin:25px;
    margin-left:0px;
    margin-bottom: 40px;
    float:left;
}

.img_right{
    margin:20px;
    margin-right:0px;
    float:right;
}

.hr_left{
    display:inline-block;
    background: url("../images/ruler.png") repeat-x scroll 0 0 transparent;
    border: 0 none;
    clear: both;
    min-width: 550px;
    width:550px;
    height: 2px;
    margin: 15px 0 25px;
}

#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}
