
body 
{ 
	text-align: center;
}


div 
{ 
	position: relative; 
	top: 0px; 
}


div.container 
{ 
	width: 785px;
	margin: 0 auto;
	text-align: left;
}

div.contact_text
{
	position: absolute;
	left: 15%;
	top: 450px;
	width: 70%;
	text-align: center;
	font-family: arial;
}

div.page
{
	position: absolute;
	left: 173px; 
	top: 92px;
}

div.coupons
{
	position: absolute;
	left: 190px; 
	top: 92px;
	width: 590px;
}

div#links
{
    margin-top: 40px;
}

div.footer
{
	position: absolute;
	top: 884px;
	width:785px;
	height:80px;
	background-color: black;
	color: white;
	text-align: center;
	line-height: 7em;
}

div.contact_footer
{
	top: -8px;
	width: 785px;
	height:80px;
	background-color: black;
	color: white;
	text-align: center;
	line-height: 7em;
}

span.counter
{
	background-color: red;
	font-size: 1.5em;
}

img
{
	border: none;
}

.bottom
{
	position: absolute;
	top: 970px;
	border: solid;
	font-size: 8pt;
}
