@charset "UTF-8";
/* CSS Document */

html, body, #content {
	height:100%; 
	overflow:auto;
	max-height: 663px;
	max-width: 1068px;
}

body, html {
width:100%;
height:100%;
margin:0px;
padding:0px;
background: #ffffff url('images/bg.jpg');
background-position:center;
background-attachment:fixed;
text-align:center;
font-family: Trebuchet MS, Helvetica, Arial, Verdana;
font-size:12px;
line-height:16px;
color:#2d2d2d;
overflow:hidden;
}

div{
margin:0px;
padding:0px;
}

p {
line-height:15px;
margin-bottom:10px;
margin-top:0px;
}
h1 {
margin:0px 0px 10px 0px;
font-weight:bold;
font-size:17px;
color:#000000;
}
h1.bigger {
font-size:20px;
}
h2 {
margin:20px 0px 10px 0px;
font-weight:bold;
font-size:15px;
color:#000000;
}
p + h1 {
margin-top:20px;
}
img {
padding: 0px 0px;
margin: 0px 0px;
border: 0px;
}
a {
color:#ea7125;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
.clear{
height:0px;
width:100%;
clear:both;
}
#content {
/*width:1068px;
height:660px;
position:absolute;
left:50%;
margin-left:-534px;
margin-top:50px;*/

}
