@charset "utf-8";
/* CSS Document */

body {
background-color:#2a4001;
background-image: url(images/sky_bkg.jpg);
background-repeat:repeat-x;
margin:0px;
border:0px;
}

#top {
height:500px;
background-image: url(images/cloud.jpg);
background-position: 50% 0 ;
background-repeat:no-repeat;
}

#logo {
height: 100px;
width:942px;
margin: 0 auto;
background-image: url(images/td.png);
background-repeat:no-repeat;
background-position:left center;
}

#head {
height:400px;
background-image: url(images/grass_bkg.png);
background-repeat:repeat-x;
}

#content {
width: 942px;
height: 650px;
position:absolute;
top: 200px;
left: 50%;
margin-left: -471px;
background-image: url(images/contentback.png);
background-repeat:no-repeat;
}

#contentinner {
padding:40px;
}

#lc {
width: 942px;
height: 486px;
position:absolute;
top: 650px;
left: 50%;
margin-left: -471px;
background-image: url(images/lc_bkg.png);
background-repeat:no-repeat;
}

#lcinner {
padding: 40px;
}

#footer {
width: 942px;
height: 486px;
position:absolute;
top: 1350px;
left: 50%;
margin-left: -471px;
text-align:center;
color: #ffffff;
font-family:arial,verdana,sans-serif;
font-size:11px;
}


#bug {
width: 38px;
height: 28px;
position:absolute;
left: 50%;
top: 193px;
margin-left: -480px;
}

#testimonial {
width: 348px;
height: 177px;
position:absolute;
left: 50%;
top: 950px;
margin-left: 90px;
}

#pigs {
width: 388px;
height: 235px;
position:absolute;
left: 50%;
top: 133px;
margin-left:70px;
}

h1 {
width:487px;
font-size:27px;
line-height:150%;
margin:0px;
color: #ffffff;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
}

h2 {
width:487px;
font-size:18px;
line-height:180%;
margin:20px 0px 40px 0px;
color: #ffffff;
font-weight:lighter;
font-family:Arial, Helvetica, sans-serif;
}

h3 {
width:487px;
font-size:16px;
line-height:21px;
margin:0px;
color: #ffffff;
font-family:Arial, Helvetica, sans-serif;
}

#left {
width: 500px;
float:left;
}

#left p {
margin: 0px 0px 20px 0px;
color: #aac058;
font-size:12px;
line-height:21px;
font-family:Arial, Helvetica, sans-serif;
}

#right {
width: 300px;
float:right;
}

ul {
list-style-type:none;
}

li {
line-height: normal;
margin-bottom: 10px;
color: #aac058;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
background-image: url(images/bugbullet.png);
background-repeat:no-repeat;
background-position:0px 3px;
margin-left: -40px;
padding-left: 30px;
}





