@charset "UTF-8";

body {
	background-image: url(../images/bkgd_popup_video.jpg);
	background-repeat: no-repeat;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-top: 130px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
/* staff */
.staffBox {
	width: 130px;
	margin-right: 36px;
	float: right;
}
.staffBox img{
	padding:4px;
	border:1px solid #dcdcda;
	background-color:#fff;
}

.vidwindow {
	width: 322px;
	font-size: .8em;
	margin-left: auto;
	margin-right: auto;
}
.vidwindow p{
	margin: 0 0 1.2em 0;
}
.vidwindow a{
	color: #245c49; 
}

.closewindow {
	float: left;
	width: 310px;
	font-size: .8em;
	margin-left: 36px;
	margin-top: 24px;
}
.closewindow p{
	margin: 0 0 1.2em 0;
}
.closewindow a{
	color: #245c49; 
}
