body {
       background-image: url(img/background_with_text.jpg);
       background-repeat: no-repeat;
       background-color: #494b38;
       background-position: top center;
       text-align: center;
       font-family: Arial;
       margin: 0;
}

#page {
       width: 780px;
       margin: 0 auto;
       text-align: left;
       margin-top: 30px;
       position: relative;
       z-index: 10;
}

#menu {
       background-color: #1f1a17;
       padding-left: 15px;
       padding-right: 15px;
	 font-size:0.75em;
	 font-weight:bold;
}

#google_add {
       width: 100%;
       height: 17px;
       background-color: #d49700;
}

#wrapper {
       height: 100%;
       overflow: hidden;
       padding-top: 10px;
}

#left {
       float: left;
       width: 335px;
       margin-right: 10px;
}

#right {
       float: right;
       width: 435px;
}
img {
border: 0;
}
a.tagfilm {
margin-right: 5px;
float: left;
}
a.logo {
position: relative; top: 40px; left: -35px;
z-index: 1;
}
