

body {background-color: gray}

div.maintext
{
color: white;
position: absolute;
left: 50px;
top: 200px;
width: 500px;
}

div.home
{
color: white;
text-align: left;
height: 120px;
width: 165px;
position: absolute;
left: 20px;
top: 0px;
border-style: solid;
border-width: 0px;
border-top-width: 0px;
border-color: 000055;
overflow: hidden;
}

div.link1
{
color: white;
text-decoration: none;
text-align: center;
height: 50px;
width: 100px;
position: absolute;
left: 20px;
top: 0px;
border-style: solid;
border-width: 4px;
border-top-width: 0px;
border-color: 000055;
overflow: hidden;
z-index: 2;
}

img.piclink1
{
position: absolute;
left: 0px;
top: 0px;
border-style: none;
z-index: -1;
}

div.back
{
position: relative;
background-color: black;
margin: auto;
width: 950px;
height: 500px;

}

img.main
{
height: 450px;
width: 300px;
position: absolute;
left:620px;
top: 0px;
opacity: 0;
border-style: solid;
border-width: 4px;
border-color: 000055;
border-top-width: 0px;
}



H1
{
color: white;
position: absolute;
left:80px;
top: 130px;
}


a
{
color: white
}

