﻿/*
*******************************************************
Title: style.css (CSS Document)
Author: Weymouth Web Design (www.weymouthwebdesign.com)
Created: 15/09/2009
Last modified: 15/09/2009
*******************************************************
*/

body {
	background: #701f4f url('images/bg-weddings.jpg') no-repeat scroll center top;
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
	overflow: auto;
}

#lights {
	background-image: url('images/bg-lights-weddings.jpg');
	height: 92px;
	width: 100%;
	margin: 0 auto;
	background-position: center;
}

#stage {
	position: relative;
	background-image: url('images/bg-stage-comp-weddings.jpg');
	width: 912px;
	height: 400px;
	margin: -65px auto 0 auto;
}

#box-top {
	background-color: #191919;
	background-image: url('images/box-top-weddings.jpg');
	background-repeat: no-repeat;
	height: 17px;
	width: 912px;
	margin: 0 auto;
}

#box-middle {
	background-color: #191919;
	background-image: url('images/bg-1500px-weddings.jpg');
	background-repeat: repeat-y;
	width: 912px;
	margin: 0 auto;
	overflow: hidden;
}

#box-end {
	background-color: #191919;
	background-image: url('images/box-end-weddings.jpg');
	background-repeat: no-repeat;
	height: 27px;
	width: 912px;
	margin: 0 auto;
}


#box-right {
	float: right;
	width: 245px;
	background: #282b45 url('images/bg-form-weddings.gif') no-repeat;
	margin: 5px 27px 0 0;
}

#box-right-end {
	background-image: url('images/bg-form-end-weddings.gif');
	background-repeat: no-repeat;
	height: 9px;
	width: 245px; 
}
