/* STYLES FOR HIBROW.com.au */

body{
	margin: 0;
	background-image: url(images/page_background.jpg);	
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #4a4a4a;
	
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

#power_strip{
	position: absolute;
	width: 100%;
	height: 54px;
	top: 309px;	
	left: 0;
	background-image: url(images/power_strip.jpg);	
	background-position: top center;
	background-repeat: repeat-x;			
}

#wrapper{
	width: 960px;
	height: auto;
	margin-left: auto;
	margin-right: auto;	
}

#logo{
	width: 433px;
	height: 156px;	
	margin-top: 104px;
	background-image: url(images/hibrow_logo.jpg);	
	background-position: top left;
	background-repeat: no-repeat;	
}

#content{
	float: right;
	text-align: right;
	margin-top: 100px;
}

#content h1{
	font-size: 19px;			
}

#content p{
	font-size: 14px;			
}

#content a{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;	
}

#content a:hover{
	color: #ffffff;
	text-decoration: underline;	
}

#credit{
	margin-top: 20px;
	float: right;
}

#credit a{
	font-size: 10px;
	color: #4a4a4a;
}

#credit a:hover{
	color: #313131;
}



/* END CSS */
