html,body {
background:url(bg.gif) #ccc;
margin:0 0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:small;
color:black;
}

#content {
margin:30px;
padding:20px;
border:3px dotted #999;
text-align:center;
background:#ccc;

}

#movie {
width:300px; 
height:320px;
border:3px dotted #999;
}

.hinweis {
font-size:x-small;
font-style:italic;
width:50%;
text-align:left;
}

h1 {
font-size:medium;
text-align:left;
color:red;
}

h2 {
font-size:small;
}

p {
text-align:left;
}

A:link, A:visited, A:active {
text-decoration:none;
color:red;
font-weight:bold;
}

A:hover {
text-decoration:underline;
}

.media {
text-align:center;
}