﻿/* CSS Document */

html, body {	
    background-color:#330099;
}

body, div, td {	
	color:White;
}
	
#contentLeft
{
	width:306px;
	margin-right:20px;	
	float:left;
	}
	
#contentMain
{
	width:664px;
	height:514px;
	float:left;
	background-color:White;
	}
	
	
	