body {
background-color: #15e8d7;
background-image: url("iktown1.jpg");
background-repeat: repeat-x;
background-attachment: fixed;
background-position: bottom;
text-align: center;
}

#top {
position: absolute;
top: 0%;
left: 0%;
z-index: 2;
background-image: url("ikcloud1.gif");
background-repeat: repeat-x;
background-attachment: fixed;
width: 89%;
height: 100%;
}

#object {
position: absolute;
top: 0%;
right: 0%;
z-index: 1;
background-image: url("iksun1.gif");
background-repeat: no-repeat;
background-attachment: fixed;
background-position:  95% 5%;
width: 100%;
height: 100%;
}

#page {
position: relative;
z-index: 3;
margin-top: 5%;
margin-left: 12%;
margin-right: 12%;
margin-bottom: 5%;
border-style: groove;
border-color: red;
}

#header {
margin: 0.7%;
text-align: center;
color: #FFFFFF;
background-color: #000058;
padding: 0.01%;
border-style: groove;
border-color: red;
}

#content {
}

#copyright {
margin: 0.7%;
text-align: center;
color: #FFFFFF;
background-color: #000058;
padding: 0.01%;
border-style: groove;
border-color: red;
}

a {
color: white;
}

a:hover {
color: yellow;
}

a:active {
color: red;
}

a.menu {
padding: 0.2%;
color: white;
background-color: #0000FF;
}

a.menu:hover {
color: green;
background-color: yellow;
}

a.menu:active {
color: white;
background-color: red;
}

div.main {
margin: 0.7%;
text-align: center;
color: white;
background-color: #000088;
padding: 0.7%;
border-style: groove;
border-color: red;
}

img {
width: 77%;
}