@charset "utf-8";
/* CSS Document */

html, body{
	height:100%;margin:0px;
	background-color: #000;
	}

.container {
	width:800px;
	height:100%;
}

.logoImage {
	background-image:url(../images/logo.jpg);
	width:800px;
	height:149px;
	border: 0;
    margin: 0;
	text-indent: -3333px;
}

.logoImage a {
    display: block;
    width: 800px; /* larger than actual image? */
    height: 150px;
    text-decoration: none;
    border: 0;
}

.programBar {
	background-image:url(../images/programbar.jpg);
	background-repeat:no-repeat;
	height:32px;
	line-height:32px;
	padding: 0px 40px;
	text-align:center;
}

.imageBar {
	text-align:center;
	height:360px;
	display:block;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	background-color:#000;
	background-position:center;
}

div.fullwidth{
	position:relative;
	left:-40px;
	width:800px;
}


/*.imageBar a.vismd {
	height:360px;
	display:block;
}
*/

a.vismd {
	position:absolute;
	top:185px;
	left:0px;
	height:360px;
	width:800px;
	display:block;
}

a.narrow {
	width:500px;
	float:left;
}

.callout {
	width:450px;
	float:right;
	text-align:left;
	position:absolute;
	top:250px;
	left:385px;
}

.bodyContainer {
	background:url(../images/mainbg.jpg);
}

.bodyCopy {
	padding:0px 40px 20px 40px;
}

.clear{
	clear:both;
}
