h1 {
	font-size:			23px;
}

html {
	font-family:		Arial;
	font-size:			11px;
	color:				#333333;
	
	height:				600px;
	overflow: -moz-scrollbars-vertical;
}

body {
	margin:				0;
}

#container {
	width:				920px;
	height:				545px;
	
	position:			relative;
	
	background-image:	url("/themes/default/images/background_home_repeat.gif");
	background-repeat:	repeat-y;
}

#wrapper {
	width:				920px;
	height:				600px;
	min-height:			600px;
	
	position:			relative;
	
	margin-left:		auto;
	margin-right:		auto;
}

#contentContainerHome {
	width:				520px;
	
	margin-left:		257px;
	margin-top:			35px;
}

#logoHome {
	position:			absolute;
	
	bottom:				55px;
	right:				0px;
}

#footer {
	height:				50px;
	
	position:			relative;
	
	padding-top:		5px;
	
	color:				#8a8a8a;
	background-color:	#FFFFFF;
}
