/* Reset all styles */
* {
	margin:0;
	padding:0;
}

/* Main Site */
body {
	background-color:#ffffff;
	color:#000000;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:12px;
}

img {
	border-width:0;
}

#container {
	margin:0px auto;
	width:768px;
}

#header {
	width:768px;
	height:171px;
	background-image:url(images/header.jpg);
}

#div_top {
	width:768px;
	height:69px;
	background-image:url(images/div_top.png);
}

#content {
	margin-top:-2em;
}

#banner {
	margin:0px auto;
	width:640px;
	height:143px;
}

#button {
	margin:0px auto;
	width:640px;
	height:127px;
	background-image:url(images/button_bg.png);
	text-align:center;
	line-height:127px;
}

#div_bottom {
	width:768px;
	height:24px;
	background-image:url(images/div_bottom.png);
	margin-bottom:1em;
}

.button_text {
	line-height:127px;
}
