@charset "utf-8";
/* CSS Document */
html {overflow-x: hidden;}
/* RESET */
body{
	   font-family:Arial, Helvetica, sans-serif;
       margin:0; padding:0;
       border:0px;
	   background:url(images/bg.gif) repeat-x;
	   background-color:#FFF;
	   font-size:12px;
}

div, h1, h2, p, form, label, input, textarea, img, span, table{
       margin:0; padding:0;
       border:0px;
	   font-family:Arial, Helvetica, sans-serif;
}
a{
	color:#c52127;
}

/*TEMPLATE*/
#container{
margin-left:auto;
margin-right:auto;
width:972px;
background:url(images/bg.jpg) no-repeat;
}

#header{
width:972px;
	height:99px;
	background:url(images/head.jpg) no-repeat;
}

#left{
	float:left;
	width:756px;
	height:637px;
	background:url(images/bg_content.jpg) no-repeat;
	position:relative;
}
#left2{
	float:left;
	width:756px;
	height:637px;
	background:url(images/bg_content2.jpg) no-repeat;
	position:relative;
}

#right{
	float:left;
	width:209px;
	height:637px;
	background:url(images/bg_right.jpg) no-repeat;
}

#footer{
margin-left:auto;
margin-right:auto;
	text-align:center;
	width:800px;
}
#footer a{
	color:#000;
}

#clear{
	clear:both;
}

#addsense{
	position:absolute;
	top:365px;
	left:285px;
	width:468px;
	height:60px;
}

#addsense2{
	position:absolute;
	top:535px;
	left:145px;
	width:468px;
	height:60px;
}
