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

/* commented backslash hack for ie5mac \*/ 
html, body{height:100%;} 
/* end hack */

body {
margin:0px;
padding:0px;
background: url(../images/bg.jpg) top repeat-x #39b54a;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
line-height:18px;
color: #ffffff;

}

a, a:link, a:visited, a:active, img{
	color: #4488C7;
	text-decoration:none;
	border:none;
	font-weight:bold;
}

a:hover {
	
	color: #205682;
	text-decoration:underline;
}


#container {
margin:0 auto;
width:800px;
padding:200px 0px 0px 0px;m
}



img {
   behavior: url("pngbehavior.htc");
}

#left{
	position:relative;
	float:left;
	width:270px;
	padding:0px 0px 0px 24px;
	}
.left_text{
	position:relative;
	float:left;
	padding:0px 0px 0px 15px;
}

.clear{
	clear:both;
	}
	
#right{
	position:relative;
	float:right;
	width:480px;
	padding:85px 0px 0px 0px;
	text-align:right;
}	
.button{
	position:relative;
	float:left;
	height:66px;
	width:94px;
	padding:0px 3px 10px 0px;
	}
