@charset "utf-8";
html {
	height:100%;
	margin:0;
	padding:0;
	}
body {
	background-color: #000000;
	height:100%;
	min-height:868px;
}
#bodyWrapper {
	width:1124px;
	margin:0 auto;
	height:868px;
}
#contentBox {
	background:url(leftBorder.jpg) no-repeat;
	width:665px;
	height:377px;
}
div, a, img a {
	behavior: url(iepngfix.htc);
	border-style:none;
}
#bottomRight {
	background-image:url(amsSallieBottomRight.png);
	float:right;
	width:467px;
	height:432px;
	position:relative;
	top:75px;
	right: -2px;

}
.bottomRightButton {
	display:block;
	position:relative;
	width:383px;
	top:25px;
	left:27px;
	border:thin #CFF solid;
}
#textMenu {
	background-image:url(textBorder.png);
	position:relative;
	top:-21px;
	left:29px;
	width:631px;
	height:100px;
	font:"Times New Roman", Times, serif;
	font-size:14pt;
}
#textMenu a {
	color:#CFF;
	display:block;
	float:left;
	margin-top:20px;
	padding:20px 7px;
	border-right:thin #CFF solid;
}
#textMenu a:hover {
	color:#3F9;
}
#screen {
	background-attachment: scroll;
	background-image: url(images/screen.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	overflow: hidden;
	display: block;
	height: 100%;
}
#screen #clip {
	position:absolute;
 	right: 210px;
	top:50%;
	margin-top:-150px;
}

#playlist {
	background-attachment: scroll;
	background-image: url(images/now2.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:100%;
	display:block;
	position:absolute;
	top:60px;
	left:0%;
	width:50%;
}
#playtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #FFFFFF;
	position: relative;
	top: 100px;
	width: 25%;
	overflow:visible;
}
#logo {
	background-attachment: scroll;
	background-image: url(amsSallieBanner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 375px;
	width: 1124px;
	margin:0 auto;
}
#menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color: #999900;
	background-image: url(images/frame.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	padding: 10px;
	height: 70px;
	width: 150px;
	line-height: 70px;
	display: block;
	float: left;
}
#menu a:hover {
	background-color:#999900;
	color:#003300;
}

#menu {
	display: block;
	margin: 0 auto;
	width: 600px;
	height: 100px;
	position: relative;
	top:-140px;
	left:100px;
}

