body {
	margin: 10px 0px 0px 0px;
	background-color: #000;
	font-family: verdana;
	font-weight: normal;
        font-size:12px;

}

#container {
    position:relative;
	height: 600px;
	width: 800px;
	margin: auto;
	background-repeat: no-repeat;
}
#content {
    left:342px;
    position:absolute;
    top:143px !important;
    width:400px;
    height:280px;
    overflow: auto;
}
#copy p {
    margin: 0px;
}
h1 {
    margin: 0px;
    font-family: arial;
    line-height: 0.95em;
}
#tv {
    position: absolute;
    top: 322px;
    left: 37px;
}
a:link, a:hover, a:visited {
    color: #670A12;
}