body
	{
		text-align:center;
		background-color:black;
	}
div.centerboxcontact
	{
		font-family:georgia;
		font-weight:bold;
		position:absolute;
		width:1110px;
		height:2000px;
		margin-left:50%;
		left:-555px;
		background-color:white;
	}
div.centerbox
	{
		font-family:georgia;
		font-weight:bold;
		position:absolute;
		width:1110px;
		height:1600px;
		margin-left:50%;
		left:-555px;
		background-color:white;
	}
div.fishmenu
	{
		position:absolute;
		width:1400px;
		top:150px;
		left:0px;
	}
h2.welcome
	{
		position:absolute;
		top:200px;
		left:575px;
	}
	
p.hometext
	{
		text-indent:25px;
		text-align:left;
		position:absolute;
		top:275px;
		left:500px;
		width:500px;
			
	}

input.email2
	{
		display:none;
	}
			
div.accplacement
	{
		position:absolute;
		top:250px;
		left:530px;
	}	
img.cstalentlogo
	{
		margin-top:10px;
	}	
	
img.csclown
	{
		position:absolute;
		left:0px;
		top:200px;	
	}
img.cstalent
	{
		position:absolute;
				
	}
img.cscontactlink	
	{
		border:none;
		position:absolute; 
		left:435px; 
		top:95px;	
	}

	

.securitycss	
	{
	position:absolute;
	top:65px;
	left:27px;
	display: block;
	margin-left:126px;
	width: 175px;
	height: 50px;
	background: url('../images/securitycss.png') bottom;
	text-indent: -99999px;	
}
.securitycss:hover {
	background-position: 0 0;
}
	
.seemorecss {
	display: block;
	margin-left:126px;
	width: 200px;
	height: 75px;
	background: url('../images/seemore.png') bottom;
	text-indent: -99999px;
	
}
.seemorecss:hover {
	background-position: 0 0;
}
.contactcss {
	display: block;
	margin-left:425px;
	width: 200px;
	height: 50px;
	background: url('../images/contactcss.png') bottom;
	text-indent: -99999px;
	
}
.contactcss:hover {
	background-position: 0 0;
}

<div class="yo">
<a href="#">link</a>
</div> 

div.acc_content
	{
		text-align:center;
		width:498px;
		height:420px;

	}
p.acc_content
	{
		top:30px;
		height:50px;		
	}
	
img.seemore
	{
		position:absolute;
		bottom:10px;
		
	}	
	
img.backtext
	{
		position:absolute;
		top:100px;
		left:345px;
		
	}
	
div.tablayout
	{
		position:absolute;
		top:230px;
		left:40px;
		text-align:left;
		
	}
	
div.contactform
	{
		position:absolute;
		width:800px;
		top:110px;
		left:150px;
	}

	div.radiobuttons
	{
		position:relative;
		display:hide;
		font-size:12px;
		height:700px;
		
	}

div.textbox
{
	top:150px;
	left:200px;
	position:absolute;
	width:30px;
	height:100px;
}
			
div.vandsbutton
{
position:absolute;	
left:15px;
}

div.strollbutton
{		
position:absolute;		

left:415px;
}

div.animalbutton
{		
position:absolute;		
left:619px;
}

div.exhibitbutton
{

left:190px;
position:absolute;	
}

div.musicbutton
{
position:absolute;	
top:295px;
left:415px;
}

div.thrillbutton
{
position:absolute;	
left:15px;
top:295px;
}

div.childrenbutton
{
position:absolute;	
top:295px;
left:175px;
}

		
		
		
		
/* group of tabs */
#tabSet {
	 
}

/* style for hiding panels */
.ui-tabs-hide {
	display: none;
}

/* for ul holding tab li elements */
.ui-tabs-nav {
	margin: 0;
	padding: 0;
	list-style: none;
  zoom: 1;
}

/* tabs */
.ui-tabs-nav li {
	padding: 0;
	margin: 0 5px 0 0;
	float: left;
}

/* style link inside tab */
.ui-tabs-nav a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:black;
  text-decoration: none;
  display: block;
  padding: 5px 15px 3px 15px;
	border: 1px solid #999;
	border-bottom: none;
}


/* link style for selected tab */
.ui-tabs-selected a {
  color: #000;
  background: #996666;
	position: relative; /*position to overlap panel to remove border line between panel and tab */
	top: 1px;
}

/* remove outline around link of selected tab */
.ui-tabs-nav a:focus {
  outline: none;
}

/*panel style*/
.ui-tabs-panel {
	clear: left;
	border: 1px solid #999;
  	margin: 0;
	padding: 10px;
	background: #996666;
	width: 1000px;
}
	
	
	

