/*Vernola Safety and Security Group CSS Sheet by Jonathan Miller*/

body
{
margin-top:0;
margin-left:auto;
margin-right:auto;
width:1024px;
padding:10px;
background-color:#ffffff;
background-image:url('images/background.png');
background-position:center top;
background-repeat:repeat-y;
background-attachment:fixed;
font-family:MoolBoran,Geneva,sans-serif;
}

/*Index Page*/


/*End of Index Page*/

div#header
{
position:absolute;
width:1024px;
}

h1
{
color:#000000;
font-size:92px;
}

h2
{
color:#000000;
font-size:30px;
}

h3
{
color:#000000;
font-size:20px;
}

h4
{
color:#000000;
font-size:10px;
}

a:link 
{
color: #222222;
}

a:active 
{
color: #222222;
}

a:visited 
{
color: #555555;
}

a:hover 
{
color: #888888;
}

construction
{
color:#000000;
font-size:50px;
}

footer
{
position:absolute;
bottom:0px;
width:1024px;
color:#000000;
font-size:10px;
text-align:center;
}