html, body
{ 
font-family: Verdana, sans-serif;
font-size: 12px;
text-align: justify;
background-image: url(gradient.png); 
background-color: #000000;
background-position: center center;
background-repeat: repeat;
background-attachment: fixed;
height: 100%;
color: white;
font-weight:400;
}


table {
padding: 0px;
table-layout: fixed;
border-collapse: collapse;
z-index:4;
}
table.content {
position:absolute;
left: 30%;
top: 20%;
}
table.widecontent {
position:absolute;
left: 15%;
top: 20%;
}
table.pixels
{
background-image: url(pixels.png); 
position:absolute;
left:0%;
top:10%;
z-index:1;
}
table.wireframe
{
background-image: url(wireframe.png); 
position:absolute;
right:0%;
bottom:-40%;
z-index:1;
}
table.hood1
{
background-image: url(hood1.png); 
position:fixed;
right:85%;
bottom:40%;
z-index:2;
}
table.hood2
{
background-image: url(hood2.png); 
position:fixed;
right:85%;
top:60%;
z-index:2;
}
table.hood3
{
background-image: url(hood3.png); 
position:fixed;
left:15%;
top:60%;
z-index:2;
}
table.hood4
{
background-image: url(hood1.png); 
position:fixed;
right:90%;
bottom:40%;
z-index:2;
}
table.hood5
{
background-image: url(hood2.png); 
position:fixed;
right:90%;
top:60%;
z-index:2;
}
table.hood6
{
background-image: url(hood3.png); 
position:fixed;
left:10%;
top:60%;
z-index:2;
}
table.mic
{
background-image: url(mic.png); 
position:absolute;
left:35%;
bottom:40%;
z-index:2;
}
table.works
{
position:absolute;
left:35%;
top:86%;
z-index:2;
}
table.works2
{
position:absolute;
left:15%;
top:0%;
z-index:2;
}

.navBarText {
font-size: 14px;
font-variant: small-caps;
}

.copyrightText {
font-size: 10px;
}

.titleText {
font-size: 30px;
text-align: center;
font-variant: small-caps;
}

.minititleText {
font-size: 18px;
text-align: center;
}

b {
font-weight: 900;
}

a {
font-weight: 900;
color: #FF7777;
text-decoration: none;
}

a:active {
color: #000000;
}

a:visited {
color: #FFCCCC;
}

a:hover {
color: #FFFFFF;
text-decoration: underline;
}

.fullText {
font-size: 12px;
text-align: justify;
}

.centerText {
text-align: center;
}

.downloadText {
font-size: 18px;
font-weight: 900;
}

.leftPadding {
padding-left: 24pt;
}

.screenshotLeftPadding {
padding-left: 16pt;
}

.breakdownHeading {
text-decoration: underline;
}

.breakdownCategory {
font-weight: 900;
}

.breakdownValue {
margin-left: 12pt;
}

