html {
	height:100%;
	width:100%;
}
body {
	padding: 0;
	margin: 0;
	font: normal 12px/18px  Arial, Verdana, Geneva, Helvetica, sans-serif;
	width: 100%;
	min-height: 100%;
	position: relative;
	background: url("/media/bg_main_bg.jpg") top center #88867F;
}
* html body {
	height:100%;
}

a{
	text-decoration: none;
	color: #999;
}

a img {
	border: none;
}

a:hover{
	text-decoration: underline;
}

div.cont {
	padding-top: 300px;
}

div.cont_wrapper {
	width: 710px;
}
#footer	{
	position:absolute; 
  	bottom:0;
  	width:100%;
	padding:0;
	margin-top: 320px;
}

div#footer_wrapper {
	width: 900px;
	border-top: 1px dotted #999;
	padding-top: 10px;
	margin-bottom: 20px;
}

.text_grey{
	color: #999;
}
