@charset "utf-8";
body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
#innerWrapper {
	height: 490px;
	width: 320px;
	margin-top: 70px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B4B4B4;
	text-align: center;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}

#logo {
	background-image: url(images/commencement.png);
	background-repeat: no-repeat;
	height: 240px;
	width: 320px;
	margin-bottom: 15px;
}
#video {
	height: 240px;
	width: 320px;
}
