@charset "utf-8";
/* Copyright 2009 Placer Theatre Ballet - Design By Matt Goucher */

body {
	margin:10px 0px; padding:0px;
	text-align:center;
	background-color:#000; /* Website Background Color */
	font-family:Verdana;
	}
	
#Content {
	width:1024px;
	height:768px;
	margin:0px auto;
	text-align:left; 
	padding:0px; /* Spacer */
	border:0px dashed #000; /* Optional Border Around Page */
	background-color:#000; /* Sets The Background (Behind The Images)*/
	}
#donate {
	margin:0px auto;
	text-align:center; 
	font-family:Verdana;
	font-size:small;
	color:#EEE;
}
#mainpage {
	margin:0px auto;
	text-align:center; 
	font-family:Verdana;
	font-size:small;
	color:#EEE;
}
#reg {
	margin:0px auto;
	text-align:center; 
	width:500px;
	height:500px;
	background-color:#2d2d2d;
	font-family:Verdana;
	font-size:small;
	color:#EEE;
}