@charset "utf-8";
/* CSS Document */

html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

html>body, html>body #contents {
	height: auto;
}

body {
	margin-left: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #4C4C4C url(images/bg.jpg) repeat;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}	

h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 40px;
}

a {
	color: #FFF;	
}