*
{
	padding:0;
	margin:0;
	border-style:none;
	border-color:#000;
	border-width:2px;
	color:#000;
	text-decoration:none;
}
body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
  	background-color:#99ff99;
}
a:hover
{
	
	color:#555555;
}

#main
{
	width:750px;
	position:relative;
	margin-left:50%;
	left:-375px;
}
#content
{
	background-color:#ffff99;
	padding:20px;
	padding-top:10px;
  	border-style:solid;
  	border-top-style:none;
    margin-bottom:20px;
    -moz-border-radius-bottomleft:20px;
    -webkit-border-bottom-left-radius:20px;
    -moz-border-radius-bottomright:20px;
    -webkit-border-bottom-right-radius:20px;
}
.labelContainer
{
	display:inline-block;
	width:350px;
}
.boxLabel
{
	font-weight:bold;
	display:inline-block;
  	background-color:#9999ff;
  	padding:5px;
 	border-style:solid;
 	border-bottom-style:none;
  	margin-left:5px;
	margin-right:5px;
    -moz-border-radius-topleft:10px;
    -webkit-border-top-left-radius:10px;
    -moz-border-radius-topright:10px;
    -webkit-border-top-right-radius:10px;
}
.boxContent
{
	padding:5px;
	background-color:#fff;
	border-style:solid;
}
.iteratorButton
{
	width:50px;
	height:50px;
	position:absolute;
}
.leftButton
{
	left:60px;
}
.rightButton
{
	right:60px;
}
.background
{
	position:absolute;
	width:100%;
	height:100%;
	z-index:-1;
}