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

body{
	background-image: url(../images/holiday_bg.jpg);
	background-repeat: no-repeat;
	background-color: #540000;
	margin:0 0 0 0;
	background-position: center top;
}

p{
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	
}

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #F36;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#video-box{
	margin-top: 140px;
	margin-left: auto;
	width: 644px;
	margin-bottom: 160px;
	margin-right: auto;
	background-color: #FFF;
	text-align: center;
	padding: 2px 0;
}

.text{
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
}

#old-vids{
	width:740px;
	margin:0 auto;
	text-align:right;
}

#footer{
	height: 30px;
	width: atuo;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
