* {
margin:0;
padding:0;
}
html { 
height:100%; 
margin-bottom:1px; 
}
body {
background-color: #43414D;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
}

#movie {
width:780px;
background-color: #43414D;
padding: 0;
text-align:left;
}
#content {
background-image:url(graphics/ghost.jpg);
background-repeat:no-repeat;
margin:2px 0 2px 125px;
padding: 75px 125px 75px 25px;
}

#content2 {
background-image:url(graphics/ghost2.jpg);
background-repeat:no-repeat;
margin:2px 0 2px 125px;
padding: 75px 125px 75px 25px;
}

#content3 {
background-image:url(graphics/ghost4.jpg);
background-repeat:no-repeat;
margin:2px 0 2px 125px;
padding: 75px 125px 75px 25px;
}

#text {
float: right;
}
.floatright {
float: right;
}

#top_nav {
text-align:left;
width: 350px;
}

#top_nav ul
{
list-style-type:none;
padding: 3px;
margin:80px 0 0 0;
}

#top_nav ul li { 
display: inline;
padding: 0.2em 8px; }

#top_nav a
{
text-decoration: none;
padding: 0 0;
}

#top_nav a:hover
{
padding: 0 0;
}
h6 {
font-size:xx-small;
font-weight:normal;
}
p {
color:#ffffff;
text-align:justify;
font-size:.8em;
font-weight:bold;
}
a:link, a:active, a:visited {
color:#CCCCCC;
}

a:hover {
color:#CC0000;
}
a {
outline: none;
}