* {
	margin: 0px;
	padding: 0px;
	}

html, body {
	margin: 0px;	text-align: center;
	height: 100%;
	font-family: arial, helvetica;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #363636;	}

body {
	background: url('images/main_bg.gif') repeat-x;
	}

img {
	display: block;
	border: 0px;
	}

#container {
	position: relative;	min-height: 100%;	}