*{
margin:0;
padding:0;
position:relative;
font-family:arial, sans-serif;
}

html, body
{
width:100%;
height:100%;
background:url('./img/background.png') repeat-x #C0C0C0;
}
#all
{
width:929px;
height:100%;
margin:0 auto;
}
#header
{
width:100%;
height:216px;
background:url('./img/head.png') repeat-x transparent;
}

#content
{
width:100%;
min-height:100%;
background:url('./img/middle.png') repeat-y transparent;
}
#sg
{
width:828px;
height:363px;
margin:auto;
background:url('./img/sg.png') repeat-x transparent;
}

#content .cont
{
width:800px;
min-height:100px;
margin:0 auto;
}

#footer
{
width:100%;
height:96px;
background:url('./img/foot.png') repeat-x transparent;
}

#copy
{
padding-top:40px;
text-align:center;
font-size:9pt;
color:#fff;
}

#copy a {color:#fff;text-decoration:none;}
