body {
color: black;
background-image: url('background2.jpg');
background-repeat: no-repeat;
background-position: center 0; 

font: large helvetica, geneva, arial, sans-serif;
letter-spacing: 0.06em;
}

a {
color: gray;
background: inherit;
text-decoration: none;
}

a:active {
color: gray;
background: inherit;
text-decoration: none;
}

a:link {
color: gray;
background: inherit;
text-decoration: none;
}

a img {
border: 0px;
}

a img {
border: 0px;
}


a:hover img {
}

a:visited {
text-decoration: underline;
}

a:hover {
text-decoration: underline;
}

h1, h2, h3 {
color: black;
font-weight: normal;
line-height: .5em;
text-align: center;
}

h1 {
font: 3em "Didot", Georgia, serif;
line-height: .1em;
margin-top: 50px;
}

h2 {
font-size: medium;
}

h3 {
font-size: large;
line-height: 1em;
}

.ie {
margin-top: 200px;
margin-bottom: 50px;
text-align: center;
}

#indexmenu, #menu {
text-align: center;
list-style: none;
padding: 0px;
width: 100%;
margin-top: 30px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 30px;
}

#indexmenu li {
display: block;
}

#menu li {
display: inline;
}

#indexmenu li a, #menu li a {
color: black;
background: #3399FF;
border: solid 1px #3399FF;
opacity: 0.5;
text-decoration: none;
text-transform: lowercase;
letter-spacing: +.2em;
padding: 10px;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;
}

#indexmenu li a {
width: 50%; 
display: block;
margin-bottom: 10px;
margin-right: auto;
margin-left: auto;
margin-top: 0px;
}


#indexmenu li a:hover, #menu li a:hover {
color: black;
background: white;
border: solid 1px #3399FF;
opacity: 0.6;
}

#content {
color: inherit;
background: white;
line-height: 1.5em;
letter-spacing: +.05em;
width: 50%;
border: solid 1px #3399FF;
padding: 20px;
margin-top: 0px;
margin-bottom: 100px;
margin-right: auto;
margin-left: auto;
clear: both;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
opacity: 0.8;
}

#copyright {
font-size: xx-small;
display: block;
width: 100%;
margin-left: 10px;
position: fixed;
bottom: 0px;
left: 0px;
}

