﻿
/* Gets links displaying over a PNG background */
* a
{
    position: relative;
} 

/* Gets rid of Firefox's dotted borders */    
a
{
    outline: none;
} 

/* Gets rid of IE's blue borders */
a img
{
    border: none;
} 


html, body, form.holder
{
    height: 100%;
    margin: 0;
    padding: 0;
}


body
{

    text-align: left;
	color: #000;
	font-family: arial, helvetica;
	font-size: 62.5%;
}

/******************************** Reset ********************************/ 
 
 
 
 
/* Reset Headlines */ 
h1, h2, h3, h4, h5
{
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-family: arial, helvetica;
    color: #000;
} 

/* Reset Paragraph */ 
p
{
    margin: 0;
    padding: 0;
}

/* Reset Table */ 
table
{
    border-collapse: collapse; 
    border-spacing: 0;
}



/* Reset */ 
ul, ol, dl, dt, dd, blockquoute, form, input, th, td, label
{
    margin: 0; 
    padding: 0;
}
 

/* Reset Link */ 
a:link, a:visited, a:hover, a:active
{
    text-decoration: none;
}

#heightHolder
{   
    margin: 0 auto;
    width: 906px;
    min-height: 100%;
    position: relative;
}

/* Clean abbr */
abbr
{
    border: none;
}
