.center
{

	position:absolute;right:50%;top:0px;z-index:0;

}
.left
{

	position:absolute;left:0px;top:0px;z-index:0;

}
.right
{

	position:absolute;right:0px;top:0px;z-index:0;

}
html {
        height: 100%;
}

body
{

        background-color:#000000;
        font-family:arial;
        font-size:12px;
        color:white;
        margin:0px;
        padding:0px;
        height:100%;

}

#container
{
        height: 100%;
        position:relative;

}

#first_page
{

        height: 100%;
        width:100%;
        position:absolute;
        left:0px;
        top:0px;

}


#first_page #left
{

        width:50%;
        float:left;
        display:inline;
        height:100%;


}

#first_page #right
{

        width:49%;
        float:left;
        display:inline;
        height:100%;

}


#first_page #left2
{

        cursor:pointer;
        position:absolute;
        z-index:1;
        background-color:transparent;
        float:left;
        width:100px;
        display:inline;
        height:100%;
        left:0;
		background-image:url('button-left.gif');
		background-position:30px 50%;
		background-repeat:no-repeat;
        /*cursor:url(la.gif),auto;*/
        cursor:pointer;
        filter:alpha(opacity=1); -moz-opacity: 0.01; opacity: 0.01;


}

#first_page #right2
{

        filter:alpha(opacity=1); -moz-opacity: 0.01; opacity: 0.01;
        position:absolute;
        z-index:1;
        float:right;
        background-color:transparent;
        width:100px;
        display:inline;
        height:100%;
        right:0;
        top:0;
        cursor:pointer;
		background-image:url('button-right.gif');
		background-position:30px 50%;
		background-repeat:no-repeat;
        /*cursor:url('ra.gif'),auto*/
}
#right_table
{

        min-height:100%;
        height:100%;

}
#header_title .title
{
        font-size:24px;
}

#header_title .links A
{
        font-size:10px;
        color : white;
        text-decoration:none;
}
#header_title .links A:HOVER
{
        font-size:10px;
        color : #f9bd1b;
        text-decoration:none;
}
#picture_frame
{

        height:100%;

}
.bottom_links A
{

        text-decoration:none;
        font-size:10px;
        color:white;

}
.bottom_links A:HOVER
{

        text-decoration:none;
        font-size:10px;
        color:#f9bd1b;

}

#bottom_pictures IMG
{

        padding:0px;
        margin-right:2px;
        border:2px solid white;

}


#bottom_selection IMG
{

        padding:0px;
        margin-right:2px;
        border:3px solid orange;

}
#container2{

        height:35px;
        overflow: auto;
        margin: 0 auto;
        overflow-x:hidden;
        overflow-y:hidden;
        position:relative;


}

.main-content {
        position:absolute;
        float:left;

}
