@charset "utf-8";
/* CSS Document */

html{
	font-size:100%;
	height:100%;
	margin-bottom:1px;
}

body{
	margin:0px;
	padding:0px;
	font:12px Arial, Helvetica, sans-serif;
	color:#555;
	background:url(../images/bg.jpg) top center no-repeat #303030;
}

div, h1, h2, h3, h4, h5, form, fieldset, img{
	border:none;
	margin:0px;
	padding:0px;
}

input, select, textarea{
	font:12px Arial, Helvetica, sans-serif;
}

.clear{
	clear:both;
	font-size:0px;
	height:0px;
	line-height:0px;
}