﻿#citycenter-page
{
	background-color: #ffffff;
	width: 783px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#citycenter-logo
{
	height: 100px;
	width: 783px;
	background-image: url('../../images/vegas/citycenter/logo.jpg');
	background-position: top;
	background-repeat: no-repeat;
	text-align: right;
}
#citycenter-logo a
{
	color: blue;
	text-decoration: underline;
}
#citycenter-main
{
	background-color: #000000;
	text-align: center;
	margin: 0px;
	padding: 10px;
}
#citycenter-main a
{
	color: #ffffff;
	text-decoration: underline;
}
#citycenter-leftside
{
	float: left;
	width: 115px;
}
#citycenter-rightside
{
	float: right;
	width: 115px;
}
#citycenter-content
{
	margin: 0px 115px;
	padding: 0px;
	height: 850px;
}
#citycenter-links
{
	text-align: center;
	padding-top: 15px;
	padding-bottom: 30px;
}
#citycenter-links a
{
	margin: 0px 30px;
}
#citycenter-registration
{
	border-collapse: collapse;
	margin: auto;
}
#citycenter-registration td
{
	white-space: nowrap;	
}
.citycenter-small
{
	font-size: 9pt;
}

