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

* {
margin:0;
padding:0;
}

ul {
list-style-type:none;
}

body {

text-align:center;
font-size:100%;
font-family:Arial, Helvetica, sans-serif;

}

#wrapper {
text-align:left;
width:720px;
margin:10px auto;
font-size:0.75em; /* 11px */
}

#wrapper h1 {
text-indent:-5000px;
height:177px;
width:720px;
background:url(../img/header.gif) no-repeat left top #ffffff;
}

p {
margin-bottom:10px;
}

div.movieList {
width:390px;
float:left;
}

div.movieList a {
display:block;
width:120px;
height:80px;
border:1px solid #ccc;
padding:2px;
margin-right:2px;
margin-bottom:2px;
}

div.movieList a img {
border:none;

}

div.movieList ul li {
float:left;
}

div#flash {
width:320px;
float:right;
}

textarea {
margin-top:10px;
width:318px;
height:240px;
float:right;
font-size:11px;
}