/* CSS Document */

/* boxes----*/
html{
height:100%;
}

body{
margin: 0px;
background-color: #000;
font-family:Arial, Helvetica, sans-serif;
text-align:center;
height:100%;
}

/*-----Header-------*/
/*-----Header-------*/
div#FullHeader{
margin:0px;
width:100%;
height:225px;
background-image:url('../layout/headbg.jpg');
background-position:center;
background-repeat:repeat-x;
background-color:#FFFFFF;
padding:0px;
text-align:center;
}

div#FullHeader_Menu{
float:right;
text-align:right;
width:775px;
height:100px;
background-image:url('../layout/head_menu.jpg');
}

div#FullHeader_Menu_Links{
margin-top:70px;
margin-right:35px;
color:#FFFFFF;
font-size:11px;
}
/*-----Header-------*/
/*-----Header-------*/

/*-----Contents-------*/
/*-----Contents-------*/
div#contents{
margin-top:0px;
margin-bottom:0px;
margin:auto;
width: 960px;
height: 300px;
min-height:inherit;
padding: 0px;
text-align:center;
}
/*-----Contents-------*/
/*-----Contents-------*/

/*-----Footer-------*/
/*-----Footer-------*/
div#Footer{
background-image:url('../layout/bottom_bg.jpg');
background-position:bottom;
background-repeat:repeat-x;
height:203px;
width:100%;
}
div#FooterText{
text-align:center;
padding-top:190px;
color:#CCCCCC;
font-size:11px;
}
/*-----Footer-------*/
/*-----Footer-------*/