﻿/* CSS layout */
#masthead {
}

#top_nav {
}

#maincontainer {
	position: relative;
	width: 100%;
}

#page_content {
	margin-right: 200px;
	height=100%;
}
#movie {
	margin-top: 40px;
	width: 640px;
}


#right_col {
	width: 200px;
	position: absolute;
	right: -1px;
	top: 0px;
}

#footer {
}
