﻿body
{
	background-color:black;
	color:white;
	font-family:"Lucida Sans", "Lucida Handwriting", "Lucida Console";
}

h1

{
	color:white;
	font-size:x-large;
}
h2 {
	font-size:large;
}
a {
	color:#00CCFF;
}

#masthead {
	vertical-align:top;
	text-align:center;
	margin-left:15px;
	padding-bottom:15px;

}

#top_nav {
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-top:70px;
	background-image:url('images/FLSantYagoTransBack.png');
	background-repeat:no-repeat;
	vertical-align:middle;
	background-position:center;

}
#page_content_no_image {
	margin-top:70px;
	background-repeat:no-repeat;
	vertical-align:middle;
	background-position:center;

}


#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#footer {
}

.center {
	text-align:center;
}

.redlink {
	color:red;
	text-decoration:none;
}
.background {
	background-color: #000000;
/*	background-image:url('images/MovieBackground.jpg'); 
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;*/
}
.movie {
 margin-left:5px;
 margin-top:5px;
}



