@charset "UTF-8";
/* CSS Document */

* {margin: 0; padding: 0}

body {
	background-color: #000;
	color: #FFF;
}

#container {
	
	background-color: #000;
	background-image: url(images/TVB-site-background.gif);
	background-repeat: no-repeat;
	height: 768px;
	width: 1024px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#content {
	position: absolute;
	height: 600px;
	width: 525px;
	left: 500px;
	top: 75px;
}

#content2 {
	position: absolute;
	height: 600px;
	width: 525px;
	left: 0px;
	top: 525px;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	margin-bottom: 1.2em;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
	line-height: 1.5em;
	text-align: right;
	margin-bottom: 1.5em;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 1.5em;
	line-height: 1.5em;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 2em;
}

.left {text-align: left;}
.right {text-align: right;}
.center {text-align: center;}

a {text-decoration: none;}
a:link {color: #b81400;}
a:visited {color: #6C0405;}
a:hover {color: #fff; font-size: 20px;}
a:active {}
