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

body {
	background-color: #000;
	font-family: Palatino;
	margin-top: 0px;
	color: #fffef1;
	height: 98%;
	font-size: 12px;
}
html {
	height: 98%;	
}
a:link{
	color: #fffef1;	
}
a:visited{
	color: #fffef1;	
}
a:hover{
	color: #CAC8C0;	
}
.title{
	color: #CAC8C0;
	font-size: 13px;
}
.subtitle{
	color: #CAC8C0;
	font-size: 12px;
}
a:focus { 
    outline: none; 
}
#tst {
 position:relative;overflow:hidden;width:800px;height:300px; background-color: #080808; padding: 20px; text-align: left; color: #fffef1;
}

#movie1 {
	width: 250px;
	height: 212px;
	overflow: hidden;
	margin-right: 20px;
	float: left;
	background-image: url(/specials/frame-0-pink.jpg)	
}

#movie2 {
	width: 250px;
	height: 212px;
	overflow: hidden;
	margin-right: 20px;
	float: left;
	background-image: url(/specials/frame-0-yellow.jpg)	
}

#movie3 {
	width: 250px;
	height: 212px;
	overflow: hidden;
	float: left;
	background-image: url(/specials/frame-0-red.jpg)	
}


