*{
	padding: 0;
	margin: 0;
	border: 0;
}
html, body {
	margin:0 auto;
	padding:0;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	color: #000000;
}
div#wrapper{
	width: 600px;
	height: auto;
	margin: 15px auto;
	}
div#header{
	width: 600px;
	height: 150px;
	background-image: url(../images/bg_header.gif);
	background-repeat: no-repeat;
	float: left;
	}
div#content{
	width: 598px;
	height: auto;
	float: left;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	padding-bottom: 15px;
	}
div#footer{
	width: 600px;
	float: left;
	text-align: center;
	color: #999999;
	margin-top: 5px;
	}
	div#footer a{
		text-decoration: none;
		color: #999999;
		}
	div#footer a:hover{
		text-decoration: underline;
		color: #CC0000;
		}
	
	