@import url(header.css);
@import url(leftcol.css);
@import url(content.css);
@import url(footer.css);

html {
margin:0;
padding:0;
background:url(../Image/layout/footer-background.gif) repeat-x 0 100%;
}
body {
margin:0;
padding:0;
background:url(../Image/layout/header-background.gif) repeat-x 50% 0;
}

#container {
width:760px;
overflow:auto;
margin:0 auto 20px;
}

.ViewHend {
 cursor:pointer;
}

a {
color:#00530b;
}
