body
{
	background-color: DD3300;
}
a { color: white; 
text-decoration: none; }

a:hover { color: black; }

#contact
{
	clear: both;
	float: left;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 145px;
	height: 145px;
}

#titleimg
{
	background-image: url(zumba-header.jpg);
	position: relative;
	top: 0px;
	left: 0px;
	height: 170px;
	width: 614px;
}

#titletxt
{
	position: absolute;
	top: 20px;
	left: 190px;
	color: white;
}

#linkbar
{
	position: relative;
	left: 0px;
	height: 40px;
	width: 100%;
	background-color: FF6600;
}

#linkbarinner
{
	position: relative;
	top: 15px;
	left: 10px;
	height: 25px;
	width: 800px;
}

#mainbody
{
	width: 800px;
	height: auto;
}

#textbody
{
	width: 550px;
	height: auto;
	position: relative;
	left: 10px;

}

#imagebox1
{
	width: 273px;
	height: 293px;
	position: absolute;
	top: 230px;
	left: 550px;
	background-image: url('zumba-logo.png');
}

#imagebox2
{
	width: 400px;
	height: 304px;
	position: absolute;
	top: 200px;
	left: 60px;
	background-image: url('zumba-transparent.png');
}

