@charset "utf-8";

/* RESET STYLES */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td, hr { margin: 0; padding: 0; }
html, body { height: 100%; }
* {	outline: none; }
p { margin-bottom: 5px; }
img { border: none }
ol, ul, form, label { list-style: none; margin: 0px; padding: 0px; }
hr { border: 0px; color: #000; height: 1px; }

/* HTML STYLES */
body {
	background-image: url(../media/background.png);
	background-repeat: repeat;
	background-position: center center;
}

/* STYLES */
#container {
	width: 100%;
	height: 100%;
	min-height: 100%;
	clear: both;
	position: relative;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -50px;
	margin-left: 0px;
}
	* html #container { /* IE6 Hack */
	  height:100%;
	}