HTML {
	width:100%;
	height:100%;
}
BODY {
	width:100%;
	min-width:1000px;
	height:100%;
	min-height:600px;
	background:url(../img/bg_main.jpg) no-repeat #fff;
	margin:0;
	padding:0;
}
IMG {
	border:none;
}
#outerContainer {
	float:left;
	position:relative;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	display:block;
	background:url(../img/bg_outer.png) no-repeat right bottom;
}
#contentContainer {
	position:relative;
	float:left;
	width:1000px;
	min-height:600px;
	margin:0;
	padding:0;
	display:block;
}
#date {
	position:absolute;
	top:0;
	right:0;
	width:320px;
	height:105px;
	z-index:10;
}
#logo {
	position:absolute;
	top:18px;
	left:9px;
	width:282px;
	height:227px;
}
#welcome {
	position:absolute;
	top:273px;
	left:0;
	width:757px;
	height:110px;
	z-index:10;
}
#music {
	position:absolute;
	top:390px;
	left:40px;
	width:221px;
	height:86px;
	z-index:10;
}
#campus {
	position:absolute;
	top:390px;
	left:280px;
	width:272px;
	height:86px;
	z-index:10;
}
#arts {
	position:absolute;
	top:390px;
	left:574px;
	width:184px;
	height:86px;
	z-index:10;
}
#trailer {
	position:absolute;
	top:488px;
	left:0;
	width:246px;
	height:105px;
}
div.nd, A#musicLink span, A#campusLink span, A#artsLink span {
	display:none;
}
A#musicLink {
	width:221px;
	height:86px;
	background:url(../img/music.png) no-repeat;
	display:block;
	overflow:hidden;
}
A#campusLink {
	width:272px;
	height:86px;
	background:url(../img/campus.png) no-repeat;
	display:block;
	overflow:hidden;
}
A#artsLink {
	width:184px;
	height:86px;
	background:url(../img/arts.png) no-repeat;
	display:block;
	overflow:hidden;
}
A#musicLink.hover, A#campusLink.hover, A#artsLink.hover {
	background-position:0 -86px;
}
#videoCanvas {
	position:absolute;
	top:273px;
	left:54px;
	width:600px;
	height:376px;
	display:block;
	overflow:hidden;
}
