
body
{
background-color:black;
margin:1% 1%;
overflow:auto;
}


p
{
font-family:arial,Verdana,Georgia,Times New Roman;
color:white;
font-size: 1em;
}
a:link
{
text-decoration:none;
color:red;
}
a:hover
{
font-family:arial,Verdana,Georgia,Times New Roman;
color:red;
font-size:20;
}
a:visited
{
text-decoration:none;
color:red;
}
a:active
{
text-decoration:none;
color:red;
}
#header
{
background-color:black;
position:absolute;
left:22%;
top:3%;
text-align: center;
margin:0px 0px;
padding:10px;
width:60%;
height:10%;
white-space: nowrap;
}

#leftbox
{
background-color:black;
text-align: center;
position:absolute;
left:2;
top:20%;
width:14%;
height:70%;
z-index:2;
overflow:auto;
}

#content
{
background-color:black;
position:absolute;
width:99%;
height:100%;
}


#art
{
background-color:black;
position:absolute;
top:25%;
left:20%;
width:60%;
height:60%;
padding:20px 25px;
margin:0;
text-align: center;
white-space: nowrap;
border:solid;color:red;
overflow:auto
}

#photo
{
background-color:black;
position:absolute;
top:25%;
left:20%;
width:60%;
height:60%;
padding:20px 25px;
margin:0;
white-space: nowrap;
text-align: center;
border:solid;color:red;
overflow:auto;
}
#rightbox
{
background-color:black;
text-align: center;
position:absolute;
right:2;
top:20%;
width:14%;
height:75%;
z-index:2;
overflow:auto;
}
h1
{
color:red;
}















