body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	background-image:url('banner321.jpg');
	background-repeat:no-repeat;
	background-position: center center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	

}

a:link    {color: black; background: black}
a:visited {color: black;  background: black}
a:active  {color: black;    background: red}

.thrColEls #container {
	width: 748px;  /* this width will create a container that will fit in an 800px browser window if text is left at  browser default font sizes */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
        margin-top:3px;
	border: 3px solid #FF0000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(template.jpg);
	background-repeat: no-repeat;
	height: 563px;
}

.topbanner{
margin-top: 10px;
margin-left: 11px;
position: absolute;

}

.flashright{
	margin-left: 389px;
        margin-top: 112px;
	position: absolute;
}


.flashleft{
	margin-left: 11px;
	margin-top: 112px;
	position: absolute;

}





.itunes{
	margin-left: 580px;
        margin-top: 502px;
	position: absolute;
	
}

.itunes2{
	margin-left: 5px;
        margin-top: 507px;
	position: absolute;
	

}