/* CSS Document */

body {
margin:0px;
padding:0px;
background-color:#000000;
}
.main {
width:720px;
height:580px;
margin:0px;
padding:0px;
}
.header {
height:119px;
background-image:url(../images/tvpage/header.jpg);
background-repeat:no-repeat;
}

.content {
width:720px;
height:373px;
background-image:url(../images/tvpage/bodybg.jpg);
background-repeat:no-repeat;
}

p {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:000000;
padding:0px;
line-height:10px;}

.appearances {
width:400px;
padding-left:80px;
padding-top:15px;
}

.footer{
height:88px;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color:#CC0000;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
