

body {
	margin:0;
	padding:0;
	font-family:verdana, arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	text-align:center;
     background:#000;
}

p {
	font-size:11px;
	line-height:18px;
	}
	
.clear {
clear:both}

h1 {
font-size: 18px;
line-height: 26px;
font-weight: normal;
}

h1 strong {
font-size: 26px;
line-height: 40px;
font-weight: normal;
}

h1 span {
font-size: 52px;
line-height: 70px;
color: #91c80f;
font-style:italic;
}

h2 {
font-size: 20px;
line-height: 30px;
font-weight: normal;
}


p, form, h1, h2, h3, h4, h5, h6 {	
	margin:0;
}

a {
	color:#91c80f;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

.left {
	float:left;
}
.right {
	float:right;
}


#content {
position: relative;
width: 920px;
margin: auto ;
padding-top: 70px;
text-align: center; 
}
	
#main {
width: 880px;
	height: 480px;
	padding:0px;
	margin: 0px ;
	text-align:left;
 border: 2px solid #fff;
background:url('images/bg.gif') no-repeat top center #fff;

    }
	
#main-left {
	float: left;
	width: 380px;
	margin: auto;
	padding: 0;
	text-align:center; 

    }
	
#main-right {
	float: right;
	width: 390px;
	height: 400px;
	margin-top: 20px;
	margin-right: 30px;
	padding: 10px;
	text-align:left;
    }

	

#footer {
}


#footer p {

}

/* END CONTENT */