html{
	height: 100%;
}

body {
	font-family: arial, verdana, sans-serif;
	background-color: #DADCE2;
	color: #595856;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 100%;
	
}

.main_container{
	text-align: left;
	margin: auto;
	padding: 0px;
	height: 100%;
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
	table-layout: fixed;
	border: none;
		background: url(../images/background_main.jpg);
	background-repeat: repeat-x;
	
}

.left{
	top: 0px;
	padding: 0px;
	background: url(../images/background_l.jpg);
	background-repeat: repeat-x;
}

.center{
	top: 0px;
	padding: 0px;
	padding-top: 10px;
	width: 995px;
	background: url(../images/background.jpg);
	background-position:top left;
	background-repeat: no-repeat;
	vertical-align: top;
}

.main{
	top: 0px;
	padding: 0px;
	padding-top: 10px;
	width: 995px;
	background: url(../images/main.jpg);
	background-position:top left;
	background-repeat: no-repeat;
	vertical-align: top;
}

.right{
	top: 0px;
	padding: 0px;
	background: url(../images/background_r.jpg);
	background-position:top left;
	background-repeat: no-repeat;
}

.header{
	top: 0px;
	height: 30px;
	width: 690px;
	margin-left: 157px;
}

.content{
	float: top;
	height: 426px;
	width: 690px;
	margin-left: 157px;
	background: url(../images/promo_text.gif);
	background-position:center center;
	background-repeat: no-repeat;
}

.main_content{
	float: top;
	height: 376px;
	width: 690px;
	margin-top: 50px;
	margin-left: 90px;
	background: url(../images/main_promo_text.gif);
	background-position:center center;
	background-repeat: no-repeat;
}

.buttons{
	float: top;
	height: 60px;
	width: 690px;
	margin-left: 157px;
	text-align: center;
	vertical-align: middle;
}

.next_button{
	float: left;
	width: 180px;
	height: 60px;
	margin-left: 255px;
	background: url(../images/next.gif);
	background-position:left center;
}

.next_button:hover{
	float: left;
	width: 180px;
	height: 60px;
	margin-left: 255px;
	background: url(../images/next_hover.gif);
	background-position:left center;
}

.search_button{
	float: left;
	width: 180px;
	height: 60px;
	background: url(../images/search.gif);
	background-position:left center;
}

.search_button:hover{
	float: left;
	width: 180px;
	height: 60px;
	background: url(../images/search_hover.gif);
	background-position:left center;
}

.ashop_button{
	float: left;
	width: 180px;
	height: 60px;
	background: url(../images/ashop.gif);
	background-position:left center;
}

.ashop_button:hover{
	float: left;
	width: 180px;
	height: 60px;
	background: url(../images/ashop_hover.gif);
	background-position:left center;
}


.home_button{
	float: left;
	width: 120px;
	height: 60px;
	background: url(../images/home.gif);
	background-position:left center;
}

.home_button:hover{
	float: left;
	width: 120px;
	height: 60px;
	background: url(../images/home_hover.gif);
	background-position:left center;
}

.pdf_button{
	float: left;
	width: 180px;
	height: 60px;
	background: url(../images/pdf.gif);
	background-position:left center;
}

.pdf_button:hover{
	float: left;
	width: 180px;
	height: 60px;
	background: url(../images/pdf_hover.gif);
	background-position:left center;
}
