html {
height: 100%;
}

body {
height: 100%;
margin: 0px;
padding: 0px;
color: #444;
font-family: arial, helvetica, sans-serif;
}

:focus {
outline: none;
}

#container { width: 831px; margin: 0 auto; position: relative; }

#header { background: url(../images/header.png) left no-repeat transparent; text-indent: -9999px; margin: 0; padding: 0; }
#header a:link, #header a:visited { display: block; height: 244px; }

		
	#home_content {
	height: 451px;
	background: url(../images/home_content_new2.jpg) no-repeat transparent;
	clear: both;
position: relative;
	}
	
		#home_text {
		position: absolute;
		top: 90px;
		left: 32px;
		width: 270px;
		height: 85px;
		overflow: hidden;
		color: #fff;
		line-height: 17px;
		}
		
		#home_stores {
		position: absolute;
		top: 197px;
		left: 0px;
		display: block;
		width: 326px;
		height: 99px;
		}
		
		#home_submit {
		position: absolute;
		top: 220px;
		left: 375px;
		display: block;
		width: 171px;
		height: 46px;
		}
		#home_submit2 {
		position: absolute;
		bottom: 33px;
		right: 46px;
		display: block;
		width: 218px;
		height: 49px;
		}
		
	#main {
	width: 831px;
	background: url(../images/main_bg_new.gif) repeat-y transparent;
	min-height: 400px; 
	}
	
	* html #main { height: 400px; }
	
		#main_top {
		width: 831px;
		height: 13px;
		background: url(../images/main_top_new.gif) no-repeat transparent;
		}
		
		#main_start {
		float:left;
		width: 265px;
		height: 328px;
		background: url(../images/start_new.jpg) no-repeat transparent;
		}
		
			#main_start a {
			margin-top:280px;
			margin-left:24px;
			display: block;
			width: 219px;
			height: 48px;
			}
		
		#main_image {
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 204px;
		height: 176px;
		background: url(../images/img.jpg) no-repeat transparent;
		}
		
		#main_content {
		padding: 25px 25px 0px 25px;
		margin: 0 2px 0 265px;
		background:url(../images/main-content_bg.png) repeat-x left bottom;
		min-height: 400px;
		}
		
			#main_content h1 {
			margin: -37px 0px 0px -28px;
			font-size: 42px;
			color: #b8b7b7;
			font-weight: normal;
			text-transform: uppercase;
			margin-bottom: 10px;
			}
			
		#main_bottom {
		width: 831px;
		height: 19px;
		background: url(../images/main_bottom.gif) no-repeat transparent;
		position:relative;
		}
		#main_bottom #left-gradient { height:98px; position:absolute; top:-97px; left:3px; width:252px; background:url(../images/main-content_bg.png) repeat-x left bottom; }
		
	#flash {
	
	}
	
	#footer {
	text-align: center;
	color: #000;
	padding: 7px;
	line-height: 18px;
	font-size: 10px;
	}
	
		#footer a {
		color: #000;
		text-decoration: none;
		}
		
		#footer a:hover {
		color: #000;
		text-decoration: underline;
		}