﻿
/* This css overwrites regular web.css for below styles					      */
/* This css is only used by Default.aspx (home page)      					  */

/* Default.aspx using gradient background that will not apply to other pages  */
body
{
	font-family: Arial;
	margin: 0;
	padding: 0;
	background: #a4aaae url('images/body-bg.jpg') repeat;
} 
/* Use specific background picture to match background gradient of the home page */
#wrapper-bottom
{
	float: left;
	background: #FFFFFF url('images/wrapper-bottom-bg.jpg') repeat-y;
	width: 100%;
	height: 100%;
	padding: 0;
	
}
