body {
	background-color: #000000;
}

a#aheader{
/**	text-decoration: none;
	text-transform: none;
	font-family: 'Codystar', cursive;
	letter-spacing: -0.05em;
	font-size: 70px;
	font-style: normal;
  	font-weight: 500;
  	text-shadow: 3px 3px 5px #F5F6CE;
  	letter-spacing: 0.02em;
	color: #F5F6Ce;
**/
}

a#current {
	color: #08298A;
}

a#afooter {
	font-size: 22px;
	text-decoration: none;
	font-weight: 100;
	color: #ffffff;
	font-family:Verdana;
}

a#aad {
	font-size: 23px;
	text-decoration: none;
	font-weight: 10;
	font-family:Verdana;
	color: #FF0066;
}

a {
	text-decoration: none;
	color: #ffffff;
	letter-spacing: -0.05em;
	font-size: 35px;
	font-style: normal;
  	font-weight: 800;
  	font-family:Verdana;
}

/**
a#current {
	color: #DBDBDB;
}
**/
a:visited {
	text-decoration: none;
	color: #ffffff;
}

p#pmain{
	font-size: 35px;
	color: #ffffff;	
	font-family:Verdana;
}

div#header {
	margin: 5px 0px 5px 0px; /*top right bottom left*/
	background-color: transparent; 
	background-image: url(http://www.welcometothestage.com/pics/WTTS_header.jpg);
	position: relative; 
	top: 0px; 
	margin: auto;
	height: 75px; 
	width: 960px;
	text-align: center;
}


#container {
   position: relative;
   width: 960px;
   height: 450px;
   margin: auto;
   background-color: #000000;
   display: show;
   text-align: left;
   -webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border-style: solid;
	border-color: #ffffff;
/**border-color: #A9A9F5;**/
	border-width: 3px;
}



/*** navigation ***/

div#navigation {
	left: 0px;
	width: 260px;
	height: 380px;
	margin-top: 40px;
	text-align: left;
	text-transform: none;
  	letter-spacing: 0.02em;
	color: #A9A9F5; 
	
}



/*** content divs ***/
div#homecontent {
	position: absolute;
	top: 20px;
	left: 280px;
	width: 640px;
	height: 360px; 
	background-color: transparent;
	margin: auto; 
}

div#ad {
	position: absolute;
	top: 460px;
	width: 960px;
	margin: auto;
	text-align: center;
	background-color: transparent;
	
	
}
div#footer {
	position: absolute;
	margin: 15px 0px 0px 0px;
	text-align: center;
	color: #ffffff;
	bottom: 0;
	background-color: transparent;
	width: 100%;
	
}



