/**
* @author October-Design Inc.
* @copyright 2009
*/
body {
	background-color: #999999;
}
p {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: .9em;
}

#container {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url('../../images/thankyouimage.png');
	background-repeat: no-repeat;
}
#mediafile {
	position: relative;
	top: 200px;
	left: 100px;
}


