@import url('jquery.vegas.css');

html,body{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;	
}
#interiors #next{
	position: relative!important;
}
body#interiors{
	background: #3a3a5b url(../images/gradient-bg.jpg)
}
#interiors #content{
	margin: 0 auto;
}
#wrapper{
	position: relative;
	height: 100%;
	margin: 0px auto;
	z-index: 9999;
	padding: 20px 0;
}
#header-title{
position: absolute;
top: 0;
left: 50%;
margin-left: -477px;
}
#first #header{
	width: 954px;
	height: 300px;
	margin: 0 auto;
}

#first #footer{
	width: 100%;
	height: 338px;
	position: absolute;
}

#alt #footer{
	width: 100%;
	height: 338px;
	bottom: 0;
	position: fixed;
}

	#first #footer #content{
		background-repeat: no-repeat;
		background-position: 0 -600px;
		height: 338px;
		width: 954px;
		margin: 0 auto;
		position: relative;
		z-index: 100;
	}

	#alt #footer #content{
		background-repeat: no-repeat;
		height: 228px;
		width: 954px;
		margin: 0 auto;
		position: relative;
		z-index: 100;
		top: 76px;
	}


#first #purple-bar{
	background: #27274B;
	position: absolute;
	width: 100%;
	z-index: 100;
	height: 190px;
	top: 180px;
	z-index: 10;
}

#alt #purple-bar{
	background: #27274B;
	position: absolute;
	width: 100%;
	z-index: 100;
	height: 190px;
	top: 180px;
	z-index: 10;
}


#first #arrow{
	background-position: -880px -370px;
	height: 69px;
	width: 49px;
	position: absolute;
	left: 50%;
	margin-left: 410px;
}

#next{
	border: none;
	height: 100%;
	width: 100%;
	display: block;
	z-index: 999
}
#first #next{
	position: relative;
	
}

#alt #next{
	position: fixed;
	top: 0;
	left: 0;	
	display: block;

}