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

body{
    margin:0 auto;
    background-color:#c1c2c2;
    overflow-x:hidden;
}

body, div, ul, li, input, select, textarea, p, h1, h2, h3 {
    color:#000000;
    font-family:Verdana,Arial,sans-serif;
    font-size:12px;
    list-style:none;
}

#container{
    margin:auto;
    text-align:left;
    min-width:920px;
    position:relative;
    margin:0 auto;		
    width:1000px;
    overflow:hidden;
}
.landing-page #container{
	min-width:100%;
	width:100%;
}

#container .table_top{
    background-image: url(../images/top_img.gif);
    background-repeat:no-repeat;
    height:12px;
    width:1000px;
    top:0;
}

#container .table_middle{
    background-image: url(../images/mid_img.gif);
    background-repeat: repeat-y;
    width:1000px;
    height:auto;
}

#container .table_bottom{
    background-image: url(../images/bottom_img.gif);
    background-repeat:no-repeat;
    height:11px;
    width:1000px;
}

