a:link {
	color: #fff;	
	text-decoration: none;
}

a:visited {
	color: #fff;			
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none; /*text-decoration: underline;*/
}

body {
background-image: url(bg.jpg);
background-position: top;
background-repeat: repeat-x;
background-color: #83130A;
margin: 0px;
padding: 0px;
text-align: left;
}

img {
	border: 0px;
}


td,tr,p,div {
	color: #fff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 20px;
}
#logo {
background-image: url(logo.gif);
background-position: top left;
background-repeat: no-repeat;
width: 336px;
height: 112px;
position: absolute;
top: 330px;
left: 200px;

}
#left {

width: 177px;
height: 105px;
position: absolute;
top: 470px;
left: 190px;

}
#right {

width: 172px;
height: 105px;
position: absolute;
top: 470px;
left: 380px;

}

#flashcontent{
width: 900px;
margin: 0 auto;
}

#ita{
margin: 0px;
padding: 0px;
width: 424px;
height: auto;
float: left;
text-align: center;
margin-right: 20px;
border-bottom: 1px solid #CC180A;

}

#itamedia{
border-bottom: 1px solid #CC180A;
margin: 0px;
padding: 0px;
width: 385px;
float: left;
text-align: center;
height: auto;

}

#topstrip{
width: 100%;
height: 4px;
background-color: #fa1604;

}