body, html {
	position: relative;
	margin: 0px;
	padding: 0px;
	background: #FFF url("img/bg.jpg") top center repeat-x;
	font-family: arial, helvetica;
	font-size: 12px;
}

a { color: #FFF;  text-decoration: none; outline: none;}
img { border: none; }
img, div { behavior: url(iepngfix.htc) }

#container {
	position: relative; background: #FFF url("img/bg.jpg") top center repeat-x;
	margin: 0px auto; padding: 140px 0px 0px 0px;	
	width: 800px; height: 500px; 
}

#logo {
	position: relative; width: 261px; 	height: 172px; margin: 90px auto 0px auto; *margin-top: 220px;
	background-image: url("img/logo.png"); background-repeat: no-repeat;
}