/* Website: ceafilm.com */
/* Author: Isaac "risorial" Butt */
/* W3C Valid CSS :) */

body {
	background-color: #E2EFFE;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#mydiv {
	position:absolute;
	top: 50%;
	width: 100%;
	height:561px;
	margin-top: -281px; /*set to a negative number 1/2 of your height*/
	background-color: #FFFFFF;
	background-image: url(img/white_bg.gif);
	overflow: hidden;
}