body {
	margin: 0px;
	font-family: Helvetica, Arial, Geneva, Verdana, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	background-color: #ccc;
	background-image: url(../images/pattern.gif);
	background-repeat: repeat;
}
#coming_soon {
	height: 100px;
	width: 300px;
	margin-top: 25px;
}
#main {
	width: 900px;
	height: 640px;
	margin-bottom: 5px;
}
#flash {
	height: 640px;
	width: 900px;
}
#header {
	height: 389px;
	width: 900px;
}
#content {
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	margin-bottom: 20px;
	background-color: #eee;
}
#content #general td {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

