html, body {
	color: #828282;
	font: 11px/16px Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	height: 100%;
	background: url(../images/bg.gif) repeat;

}

a {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #828282;
}

p {
	padding-top: 0;
}

a:hover {
	text-decoration: underline;
}


hr {
	color: #828282;
	background-color: #828282;
	height: 3px;
	margin: 0;
	padding: 0;
}

#container {
	width: 725px;
	min-height: 1200px;
	position: relative;
	background: url(../images/cont_bg.png) repeat;
}

#content {
	width: 700px;
	background: url(../images/cont_bg.png) repeat;
	height: 100%;
}

#col01 {
	width: 440px;
	height: 170px;
	left: 30px;
	position: absolute;
	top: 200px;
}

#col02 {
	width: 195px;
	height: 170px;
	position: absolute;
	left: 235px;
	top: 20px;
}

#col03 {
	width: 195px;
	height: 170px;
	position: absolute;
	left: 500px;
	top: 200px;
}

#logo {
	width: 440px;
	height: 121px;
	position: absolute;
	left: 30px;
	top: 20px;
	background-image: url(../images/logo.gif);
}

#burst {
	width: 180px;
	height: 180px;
	position: absolute;
	left: 510px;
	top: 10px;
	background-image: url(../images/burst2.gif);
}

#footer {
	bottom: 0px;
	position: absolute;
}














