/***********************************************************************
	INTRO STYLES
************************************************************************/

html {
     overflow: -moz-scrollbars-vertical;
}

body {
	background: #F2EAE3 url("../img/bg/page-home.gif") repeat-y 50% 1px;
}

#header {
	background: transparent url("../img/bg/header-intro.gif") no-repeat;
}

#intro #container {
	background: transparent url("../img/bg/container-intro.gif") repeat-y;
	min-height: 611px;
}

* html #intro #container {
	height: 611px;
}

#intro #content {
	padding-bottom: 0;
}

#intro #footer {
	background: transparent url("../img/bg/footer-intro.gif") no-repeat;
	margin-top: 0;
}

* html #intro #footer {
	margin-top: 0;
}

#intro #main {
	width: 869px;
	padding: 5px 0 5px 8px;
}

.highlight {
	color: #5D3B6A;
}

