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

body 
{
    padding:0; margin:0;
    background-color: #009E00;
    width: 100%;
    height: 100%;
}

#topbar_bg

{

    width: 100%;

    height: 110px;

    text-align: center; 

}



#topbar_left

{

    width: 50%;

    height: 500px;

    background: url(images/left_grad.png) repeat-x;

    float: left;

}



#topbar_right

{

    width: 50%;

    height: 500px;

    background: url(images/right_grad.png) repeat-x;

    float: left;

}

#topbar_right_toon

{

    width: 50%;

    height: 500px;

    background: url(images/left_grad.png) repeat-x;

    float: left;

}

#centered

{

    width: 956px;

    margin-left: auto;

    margin-right: auto;

    position: relative;

}




#main_container

{

    width: 956px;

    min-height: 500px;

    background-color: #ffffff;

    position: absolute;

    top: -110px;

    left: 0px;

}

#centered_stickill

{

    width: 600px;

    margin-left: auto;

    margin-right: auto;

    position: relative;

}

#main_container_stickill

{

    width: 600px;

    min-height: 250px;

    background-color: #ffffff;

    position: absolute;

    top: -90px;

    left: 0px;
	
	align: center;

}

#centered_buckmaster

{

    width: 550px;

    margin-left: auto;

    margin-right: auto;

    position: relative;

}

#main_container_buckmaster

{

    width: 550px;

    min-height: 400px;

    background-color: #ffffff;

    position: absolute;

    top: -90px;

    left: 0px;
	
	align: center;

}

#centered_camp

{

    width: 502px;

    margin-left: auto;

    margin-right: auto;

    position: relative;

}

#main_container_camp

{

    width: 502px;

    min-height: 184px;

    background-color: #ffffff;

    position: absolute;

    top: 20px;

    left: 0px;
	
	align: center;

}

#centered_zhigh

{

    width: 770px;

    margin-left: auto;

    margin-right: auto;

    position: relative;

}

#main_container_zhigh

{

    width: 770px;

    min-height: 400px;

    background-color: #ffffff;

    position: absolute;

    top: -70px;

    left: 0px;
	
	align: center;

}




