* {
	margin: 0px;
	padding: 0px;
}

html {
	width: 100%;
	height: 100%;

	overflow: scroll;	
}

body {
	width: 100%;
	height: 100%;
	
	font-family: Verdana, Arial, Tahoma, Helvetica, Geneva;
	font-size: 12px;

	text-align: center;

	color: #4b4b4b;
	
	background-image: url('../images/layout/body-bg.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	
	background-color: #fff;
}

#frame {
	width: 980px;

	margin: 0px auto;
	
	/*overflow-x: hidden;*/

	text-align: left;
}

#header {
	width: 980px;
	height: 500px;
	
	position: relative;	
}

#wrapper {
	width: 960px;
	
	float: right;
}/**/

#main {
	width: 956px;
	
	border-left: 2px solid #6e8cc0;
	border-right: 2px solid #6e8cc0;
}

#white-space {
	width: 100%;
	height: 20px;
}

#footer {
	width: 960px;
	height: 62px;
	
	background-image: url('../images/layout/footer-bg.jpg');
	background-position: left top;
	background-repeat: repeat-x;
}
