body {
background-color : rgb(01,25,49);
background-image : url('bkg.jpg');
background-repeat: repeat-x;
}
#container {
text-align : left;
width : 600px;
font-family : times, serif;
text-decoration : none;
visibility : visible;
top : 0px;
margin-top : 0px;
margin-right : auto;
margin-left : auto;
position : relative;
v-align : middle;
}
#movie {
width : 600px;
height : 300px;
position : absolute;
top : 30px;
border-style: solid;
border-left-width: 2px;
border-right-width: 2px;
border-color: rgb(255,255,255);
border-top: none;
border-bottom: none;
}
#bordertop {
margin-left: -15px;
position: absolute;
top: 18px;
}
#borderdown {
margin-left: -15px;
position: absolute;
top: 321px;
}
#borderdown2 {
margin-left: -15px;
position: absolute;
top: 521px;
}
#menu {
width : 600px;
position : absolute;
top : 0px;
height : 30px;
font-family : times, serif;
font-weight : bold;
font-size : 14px;
color : white;
text-align : left;
}
#lang {
width : 50px;
position : absolute;
top : 0px;
height : 24px;
font-family : times, serif;
font-weight : bold;
font-size : 14px;
color : white;
right: 0px;
text-align: right;
}
#tzone {
width : 600px;
height : 100%;
position : absolute;
top : 370px;
left : 0px;
font-family : times, serif;
font-weight : normal;
font-size : 20px;
color : white;
text-align : left;
line-height: 160%;
}
#tzone2 {
width : 600px;
height : 100%;
position : absolute;
top : 370px;
left : 0px;
font-family : times, serif;
font-weight : normal;
font-size : 16px;
color : white;
text-align : left;
line-height: 140%;
padding-left: 10px;
pdding-right: 10px;
}
#logo {
position : absolute;
left: 0px;
vertical-align : bottom;
}
img.letter {
border: 0px solid ;
float: left;
margin-right: 5px;
}
img.border {
border: 0px solid ;
margin-left: -15px;
width: 634px;
height: 21px;
}
p.legal{
font-family : verdana, sans-serif;
font-size : 10px;
color : rgb(255,255,255) ;
text-align : center ;
}
a:link {
color: rgb(255,255,255);
text-decoration: none;
}
a:visited {
color: rgb(255,255,255);
text-decoration: none;
}
a:hover {
color: rgb(178,142,80);
text-decoration: underline;
}