html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: rgb(0,0,0);
	color: rgb(255, 71, 23);
	font-family: "Comic Sans MS";
	font-size: 12px;
}
#iOUTER_FORM {
	height: 100%;
}
a {
	color: rgb(255, 71, 23);
	text-decoration: underline;
}

a:hover {
	color: rgb(255, 255, 72);
}

#main {
	width: 879px;
	height: 100%;
	margin: auto;
	background-color: rgb(0,0,0);
	border-spacing: 0;
	padding: 0;
	
}

#tddiv {
	position: relative; /* in order to absolutely position the td children */
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

#sac-title {
	font-size: 20px;
	letter-spacing: .03em;
	position: absolute;
	top: 25%;
	left: 150px;
	width: 260px;
}

#sac-desc {
	font-size: 15px;
	position: absolute;
	top: 48%;
	left: 135px;
	width: 300px;
}

#menu {
	width: 190px;
	vertical-align: middle;
	padding-left: 16px;
	text-align: left;
	padding-top: 320px;
}

.menuitem {
	height: 50px;
}

#center {
	width: 519px;
	text-align: center;
	vertical-align: middle;						
}

#rightcol {
	width: 170px;
	text-align: left;
	vertical-align: middle;	
	padding-left: 16px;	
	padding-top: 320px;	
}

#contact {

}