body
{
width: 100%;
height: 100%;
background: #616872 url(http://www.compacngv.com/images/ngv_11_images/body_tile.jpg) top left repeat-x;
margin: 0;
padding: 0;

}

body, table
{
	font-family:arial, "Times New Roman", Times, serif;
	font-size:9pt;
	color:#666666;
}

#container
{
width: 820px;
text-align: left;
margin: 0 auto;
}

#bgContainer
{
float: left;
position: relative;
width: 780px;
padding: 0px 20px 15px;

background: url(http://www.compac.biz/images/biz_images/content_bg.png) bottom left no-repeat;
}

#header
{
float: left;
position: relative;
width: 780px;
height: 120px;
background: url(http://www.compac.biz/images/biz_images/header_bg.jpg) top left no-repeat;
}


#contentButtons
{
float: left;
position: relative;
}

a#cngButton
{
float: left;
position: relative;
display: block;
width: 247px;
height: 377px;
text-decoration: none;
margin: 20px 20px 0px 0px;
background: url(http://www.compac.biz/images/biz_images/cng_button_bg.jpg) top left no-repeat;
}

a#cngButton:hover
{
margin: 22px 20px -2px 0px;
}

a#cngButton span
{
position: absolute;
top: 120px;
left: 20px;
width: 120px;
color: #000;
cursor: pointer;
}

#australianButton
{
float: left;
position: relative;
display: block;
width: 247px;
height: 377px;
text-decoration: none;
margin: 20px 19px 0px 0px;
background: url(http://www.compac.biz/images/biz_images/au_button_bg.jpg) top left no-repeat;
}

a#australianButton:hover
{
margin: 22px 19px -2px 0px;
}

#australianButton span
{
position: absolute;
top: 120px;
left: 20px;
width: 120px;
color: #000;
cursor: pointer;
}

#nzButton
{
float: left;
position: relative;
display: block;
width: 247px;
height: 377px;
text-decoration: none;
margin: 20px 0px 0px 0px;
background: url(http://www.compac.biz/images/biz_images/nz_button_bg.jpg) top left no-repeat;
}

a#nzButton:hover
{
margin: 22px 0px -2px 0px;
}

#nzButton span
{
position: absolute;
top: 120px;
left: 20px;
width: 120px;
color: #000;
cursor: pointer;
}


#footerLinks
{
float: left;
position: relative;
width: 100%;
}

#footerLinks p
{
text-align: center;
color: #797d80;
margin: 30px 0px 0px 0px;
font-size: 11px;
}

#footerLinks p a
{
color: #797d80;
text-decoration: none;
}


