
@import url("header.css");
@import url("image.css");
@import url("maincontens.css");
@import url("footer.css");
body           { background-color: white; background-image: url(../../common_images/back-line.gif); background-repeat: repeat-y; background-position: center; text-align: center; margin: 0; padding: 0 }
#layout    { margin-right: auto; margin-left: auto; padding: 0; width: 700px }
a:link { color: gray; text-decoration: underline }
a:hover { color: #00a0ff; text-decoration: underline }
a:visited { color: silver; text-decoration: underline }
