body, html, table {
	border: 			0;
	margin: 			0px;
	padding: 			0px;
	width: 				100%;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	overflow:			auto;
}

body {
	background:			#A3238E;
}

a, img { 
	border: 			0px;
	outline:			none;
  	-moz-outline:		none; 
	text-decoration:	none;
	color:				#999999;
}

h1 {
	font-size:			18px;
	color:				#A3238E;	
	letter-spacing: 	5px;
}

p { 
	font-size:			12px;
	color:				#000000;
} 

table {
	overflow:			auto;
	position:			relative;
}

#tdtop {
	background:			#E7E8E9;
	height:				60px;
	overflow:			hidden;
}	

#tdmiddleleft { 
	background-image:	url(../images/background.png);
	background-repeat:	no-repeat;
	overflow:			hidden;
}

#tdmiddlecenter { 
	background-color: 	#000000;
	width: 				800px;
	height: 			600px;
	border: 			1px;
	border-color:		#000000;
}

#tdmiddleright { 
	background-image:	url(../images/background.png);
	background-repeat:	no-repeat;
	overflow:			hidden;
}

.tdbottom {
	background:			#A3238E;
	height:				100%;
	text-align:			right;
	vertical-align:		top;
	text-decoration:	none;
	color:				#FFFFFF;
	font-size:			9px;
	overflow:			hidden;
}

#setup { 
	position:			relative;
	width:				800px;
	height:				600px;
	background-color:	#FFFFFF;
	overflow:			hidden;
}

#visual {
	position:			absolute;
	left: 				478px;
	top: 				0px;
	width:				200px;
	height:				600px; 
	background-image:	url(../images/visual.png);
	z-index:			0;
	overflow:			hidden;
}

#logo {
	position:			absolute;
	left: 				595px;
	top:				20px;
	z-index:			1;
}	

#text {
	position:			absolute;
	left:				20px;
	top:				20px;
	width:				440px;
	height:				auto;
}

#menu {
	position:			absolute;
	left:				20px;
	top:				564px;
	color:				#000000;
	letter-spacing: 	1px;
	overflow:			hidden;
} 

#menu a:linked, #menu a:visited, #menu a:active { 
	
}

#menu a:hover {
	color:				#A3238E;
}

