@charset "utf-8";
/* CSS Document */

body {
	background-color: #d4d4d4;
	margin: 0px;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

.div1 {
	width: 100%;;
	height: 170px;
	position: absolute;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	top: 50%;
	margin-top: -85px;
}

.div2 {
	width: 505px;
	height: 170px;
	background-image: url(logo.gif);
	background-repeat: no-repeat;
	left: 50%;
	position: absolute;
	margin-left: -252px;
	text-align: center;
}
