body, h1, h2, form, img, div {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Verdana, Sans Serif, Arial;
    font-size: 12px;
    text-decoration: none;
    color: white;
}

body {
    background: url('../_images/bg.jpg') center center no-repeat;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#body_dark {    background: url('../_images/bg2.jpg') center center no-repeat;}

a {
    text-decoration: underline;
    color: white;
}
a:hover {
    text-decoration: none;
}

#menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: -60px;
    text-align: center;
}

#copyright {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: -20px;
    text-align: center;
}

#copyright, #copyright a {
    color: gray;
    font-size: 10px;
    text-decoration: none;
}

#menu a {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    padding-left: 25px;
    padding-right: 25px;
}

#menu a:hover {
    text-decoration: underline;
}

#video {
    position: absolute;
    width: 320px;
    height: 240px;
    top: 50px;
    left: 100%;
    margin-left: -380px;
}

#text {
    position: absolute;
    width: 320px;
    height: 400px;
    top: 50px;
    left: 100%;
    margin-left: -350px;
    color: white;
	font-family:georgia,serif,verdana;
	font-size: 20px;

}


#gallery {
    position: absolute;
    width: 100%px;
    height: 80%px;
top: 0;
left: 0;
padding: 10px;
    color: white;
	font-family:serif,verdana;
	font-size: 14px;

}

#text_cast {
    position: absolute;
    width: 40%;
    top: 10px;
    left: 58%;
	font-family: georgia,serif,verdana;
	font-size: 15px;

}

#iGallery_table {
    border: 0;
    width: 100%;
}
#iGallery_table td {
    text-align: center;
    padding-bottom: 10px;
    font-weight: bold;
}
#iGallery_table td a img {
    border: 1px solid gray;
    padding: 2px;
}
#iGallery_image b {
    display: block;
    text-align: center;
    font-weight: bold;
}

#iGallery_image #img {
    text-align: center;
}
#iGallery_image img {
    border: 1px solid gray;
    padding: 2px;
}

#iGallery_navigator {
    padding-bottom: 10px;
}