
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
background: #ffffff;
color: #000000;
margin: 0px 0px 0px 0px;
}

#bg1 {
position: fixed;
background-color: transparent;
background-image: url(mic.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top right; 
right: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 1;
}

#bg2 {
position: fixed;
background-image: url(music.png);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top left;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 2;
}

#centrebox {
position: relative;
margin: 0px auto;
max-width: 700px;
background-color: transparent;
padding-left: 5px;
padding-right: 5px;
height: 100%;
z-index: 50;
}

#pic {
margin: 0px auto;
width: 700px;
height: 120px;
background-repeat: no-repeat;
z-index: 10;
}

#content {
margin: 0px auto;
max-width: 700px;
min-height: 600px;
padding-top: 20px;
font-size: 12pt;
text-align: left;
color: inherit;
background-color: transparent;
z-index: 70;
}

#footer {
position: relative;
bottom: 0px;
margin-top: 50px;
padding-bottom: 10px;
max-width: 700px;
color: inherit;
background-color: inherit;
text-align: center;
z-index: 80;
}

.big {
font-size: 36pt;
font-weight: bold;
}

.big-1 {
font-size: 30pt;
font-weight: bold;
}
.big-2 {
font-size: 24pt;
font-weight: bold;
}
.big-3 {
font-size: 18pt;
font-weight: bold;
}

img {
border: 0px;
}

A:link {
color: #000066;
background-color: inherit;
text-decoration: none;
font-weight: bold;
}

A:visited {
color: #000066;
background-color: inherit;
text-decoration: none;
font-weight: bold;
}

A:hover {
text-decoration: none;
color: #000066;
background-color: inherit;
font-weight: bold;
}

A:active {
text-decoration: none;
color: #000066;
background-color: inherit;
font-weight: bold;
}