@import url(button.css);
html
{
	background-color: #CCCCCC;
	overflow: auto;
}
.main
{	
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	width: 700px;
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 10px;
	padding: 10px;
	background-color: #FFFFFF;
	font: 14px verdana;
	border: 2px solid #C0C0C0;
}
.offer
{
	z-index: 9;
	width: 700px;
}

.badge
{
	z-index: 1; 
	position: absolute; 
	margin-top: 480px; 
	margin-left: 585px;
}
.logo
{	
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	width: 700px;
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 10px;
	padding: 10px;
	background-color: #FFFFFF;
	border: 2px solid #C0C0C0;
}
h1
{
	font: 24px verdana;
	color: #B31111;
	font-weight: bold;
}
h3
{
	font: 16px verdana;
	color: #000000;
	font-weight: bold;
	
}
img
{
	border: 0;
}
input
{
	padding: 5px;
}
button
{
	font: 14px verdana;
	padding: 3px;
}
ul
{
	font-size: 12px;
	line-height: 18px;
	list-style-image: url(../img/bi.png);
	padding-left: 14px;
}
.a
{
	border-bottom: 1px solid #DCDCDC;
	cursor:pointer;
}

a, a:active, a:visited
{
	color: #555555;
	text-decoration: none;
}

a:hover
{
	color: #B31111;
	text-decoration: none;
}
