/* Layout Styles */

html {
	height: 100%;
}

body {
	height: 100%;
}

#out {
	min-height: 100%;
	min-width: 990px;
	background: #f1ab2c url(../img/bg-start-html.jpg) 0 0 repeat;
}
* html #out { /* ie6 fix */
	height: 100%;
}
#inner #out {
	background: #a5a5a5 url(../img/bg-inner-html.jpg) 0 0 repeat;
}

#content {
	padding-bottom: 30px;
}

.footer {
	height: 72px; background: url(../img/bg-footer.jpg) 50% 0 no-repeat;
}
