/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

body 
{ 
    background-color: black; 
}

#bglayout
{
	width: 1024px;
	height: 728px;  
	border: 0px solid yellow; 
	margin-left: auto; 
	margin-right: auto;
	background-image: url('../Graphics/template.png');
	background-repeat: no-repeat;

}
#whitetemplate
{
	background-image: url('../Graphics/text_area.png');
	background-repeat:no-repeat; 
	width:824px; 
	height:568px; 
	text-align: left;

}
#content
{
	display: block; 
	margin-left: 50px; 
	padding-top: 65px;
}
