#wrapper {

	height: 100%;

	width: 1000px;

	text-align: center;

	margin: auto;

	font-family: garamond, "Courier New", Courier, monospace;

}

#URLtitle {

	font-family: garamond, "Courier New", Courier, monospace;

	font-size: 32px;

	vertical-align: middle;

	text-align: center;

	margin-top: 30px;

	color: #FFF;

}

body {

	background-attachment: fixed;

	background-color: #000;

	background-image: url(../assets/wallpaper_16752.jpg);

	background-repeat: no-repeat;

	background-position: center center;

}

#image {

	float: left;

	margin-left: 100px;

	margin-top: 40px;

}

#content {

	height: 400px;

	width: 800px;

	text-align: center;

	color: #FFF;

	font-size: 24px;

	font-weight: bold;

	font-family: garamond, "Courier New", Courier, monospace;

	background-image: url(../assets/purple.gif);

	background-repeat: repeat;

	margin-right: 100px;

	margin-left: 100px;

	margin-top: 30px;

	border: 3px solid #39F;

}

#content p {

	margin-top: 40px;

	margin-right: 40px;

	margin-bottom: 40px;

}

#informationForm {

	background-color: #30D7FF;

	padding: 40px;

	height: 390px;

	width: 530px;

	border: medium inset #000;

	position: absolute;

	left: 50px;

	top: 50px;

}

#informationForm h3 img {

	margin-right: 20px;

}


