@charset "utf-8";
/* CSS Document */

body { 
text-align:center;
/*background:url(../images/background.jpg) repeat-x #000000;*/
/*this for centering the image*/
background-color: #000000;
background-image:url(../images/indexTemp.jpg);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center center; 
}

#mainDiv{
margin:0 auto;
width:800px;
height:592px;
}

#topHeaderDiv{
width:800px;
height:180px;
background:url(../images/header.jpg) no-repeat;
}

#menuDiv{
width:800px;
height:35px;
background-color:#8CC641;
}

#botDiv{
width:800px;
height:377px;
background:url(../images/botBg.jpg);
}

#contentDiv{
width:800px;
height:310px;
text-align:center;
}

.marginDiv1{
width:800px;
height:35px;
}

.contentContainer1{
width:715px;
height:142px;
margin:auto;
}

.pictureContainer1{
width:348px;
height:142px;
display:inline;
float:left;
}

.textContainer1{
width:350px;
height:142px;
display:inline;
float:right;
font:Accidental Presidency;
font-size:12px;
color:#FFFFFF;
}
