/* =========================== MOVIEBUDGETS.COM =========================== */

body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background-color: #0d0d0d; /* Colour of very bottom*/
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#centerer {
	position:absolute;
	top: 50%;
	left: 50%;
	width:40em; 
	height:27em;
	margin-top: -15em; /*set to a negative number 1/2 of your height*/
	margin-left: -20em; /*set to a negative number 1/2 of your width*/
/*	border: 2px red solid;*/
}
#box {
/*	position: absolute;*/
	color: #c7d5f4;
	font-size: 16px;
/*	left: 11%;
	top: 8%;*/
	height: 100%;
	width: 556px;
	background: transparent url("../images/box01.gif") no-repeat center top;
	margin: 0px 20px 20px 20px;
	padding: 20px 15px 10px 15px;
}
h1 {
	font-size: 1.5em;
	color: #A20E0C;
	font-family: Georgia, Times New Roman;
	background: white;
	padding: 6px 0;
}

p {
	line-height: 1.2em;
	font-size: 15px;
}

#box p a {
	font-size: 115%;
	color: white;
/*	display: block;
	background: #0d0d0d;*/
	padding: 4px 4px;
	letter-spacing: 1px;
}
#box p a:hover {
	color: #A20E0C;
	background: white;
	text-decoration: none;
}

strong {
	color: white;
}
.custom {
	font-weight: bold;
	font-size: 115%;
	color: #f1f5ff;
}


#adbg {
	background: none;
	padding: 8px 4px 24px 4px;
	margin: 0 auto;
	text-align:center;
/*	margin-top: 8px;*/
	width: 480px;
	display: block;
	height: 40px;
/*	margin-bottom: -5px;*/
}
img.adbutton {
	padding-right: 4px;
}
a.adbutton, a.adbutton:hover,  a.adbutton:visited {
	border: 0;
	padding: 0;
	background:none;
}
span.linedivider {
	width: 100%;
	height: 2px;
	border-top: #224265 2px dashed;
	display:block;
	position: relative;
	padding-bottom: 6px;
	line-height: 2px;
	margin: 0 auto;
} 
#footer {
	font-size: 75%;
	color: #777;
	letter-spacing: 1px;
}