html {
font-size: 100%;
}
html {
overflow-y: scroll;
}
.center {
text-align: center;
}
img {
border: none;
}
a:focus {
outline: none;
}
* {
margin: 0;
padding: 0;
}
.keyline {
border: 1px solid white;
}
body {
font: 62.5% Arial, Helvetica, sans-serif;
background: black;
margin-top: 10px;
color: white;
height: 100%;
}
#wrapper {
width: 780px;
background: black;
margin: 0 auto;
}
#sidebar {
margin-top: 20px;
float: left;
width: 115px;
}
#sidebar p {
margin: 0;
}
#header {
background: black;
margin-left: 130px;
height: 103px;
}
#header h1 {
text-align: center;
}
#content {
margin-left: 130px;
padding-top: 10px;
color: rgb(255, 255, 204);
}
#content p {
font-size: 1.35em;
margin: 0 8% 1em;
line-height: 1.2;
}
#content h1.welcome {
font-size: 1.6em;
text-align: center;
margin-bottom: 1em;
}
#content ul {
list-style: none;
font-size: 1.4em;
padding: 10px 0;
}
#content ul li {
margin: 5px 0;
}
#content a:link, #content a:visited {
color: #ffc;
}
#content p.credit {
font-size: 1em;
text-align: center;
}
#content p.tour {
width: 350px;
margin: 8px auto;
}
#footer {
clear: both;
margin-left: 130px;
padding: 15px 0 15px;
color: rgb(255, 255, 204);
}
#footer p {
clear: both;
}
#footer a:link, #footer a:visited {
color: rgb(255, 255, 204);
}
#footer a:hover {
color: white;
}
table {
margin: 0 auto 10px;
}
table td {
width: 50%;
text-align: center;
}
#content table td p.title {
font-size: 1.2em;
padding: 6px 0 0;
text-align: center;
}
#blowup {
width: 800px;
text-align: center;
margin: 10px auto;
}
#blowup p {
font-size: 1.4em;
margin-bottom: 10px;
}
#blowup img {
margin: 1em 0;
}
table.artistList td {
width: 50%;
padding: 0 0 0 20px;
text-align: left;
}
#content table.artistList {
margin: 5px auto;
border: 8px outset white;
width: 600px;
}
ul#eye {
margin-left: 50px;
padding-left: 100px;
}
li.eye {
background: url(images/eye.gif) left center no-repeat;
padding: 3px 0 0 40px;
margin: 0 0 15px 50px;
}
.gallery {
width: 500px;
}
.gallery p {
margin-top: 4px;
}
.gallery td {
padding: 5px 0;
text-align: center;
width: 50%;
}
.gallery td img {
border: 1px solid white;
}
#blowup div.tight p {
margin: 0;
}
