body {
	color: FFFFFF;
	font-family: "Verdana", sans-serif;
}

a, a:visited {
	font-weight: bold;
	color: FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container{
	width: 100%;
	height: 100%;
	text-align: center;
}

#main {
	width: 768px;
	height: 760px;
	margin: auto;
	z-index: 1;
}

#main table {
	background-color: #000000;
}

#dialog1 {
	display: none;
	position: absolute;
	width: 311px;
	height: 317px;
	background-color: #7468AA;
	z-index: 2;
}

#dialog2 {
	display: none;
	position: absolute;
	width: 311px;
	height: 317px;
	background-color: #9AC08B;
	z-index: 2;
}

#dialog3 {
	display: none;
	position: absolute;
	width: 311px;
	height: 317px;
	background-color: #00ADEF;
	z-index: 2;
}

#dialog4 {
	display: none;
	position: absolute;
	width: 311px;
	height: 317px;
	background-color: #D31145;
	z-index: 2;
}

#img1, #img2, #img3, #img4 {
	opacity: 0.75;
	filter: alpha(opacity=75);
}

#banner-container {
	width: 100%;
	background-color: #ffffff;
}

#banner-container td {
	background-color: #ffffff;
}

#banner {
	width: 350px;
	height: 40px;
	background-image: url('img/banner.jpg');
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 10px;
}

#text {
	width: 100%;
	height: 100%;
	text-align: center;
}

#text td {
	padding: 20px;
}

#footer {
	margin-left: auto;
	margin-right: auto;
}

#footer td {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: #ffffff;
}
