/* CSS Document */

body {
	background-color:#FFC;
	background-image:url(images/New%20folder/space.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}

#wrapper {
	margin:auto;
	width:920px;
}

p.heading {
	font-size:42px;
}

p {
	font-size:18px;
}

#content-header {
	margin:auto;
	background-image:url(images/universal-frame-header.png);
	width:865px;
	height:102px;
	padding:25px;
	color:#FFF;
}

#main-content {
	margin:auto;
	background-image:url(images/universal-frame-content.png);
	width:865px;
	height:840px;
	padding:25px;
	color:#FFF;
}

#footer1 {
	margin:auto;
	background-image:url(images/universal-frame-footer.png);
	width:865px;
	height:35px;
	padding:25px;
	color:#FFF;
}

#quote-form {
	width:800px;
	margin:auto;
	text-align:left;
}
