/*******************************************************
TITLE: Fixed One-Column Layout (Basic) V1.0 (Beta)
DATE: 20060418
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

body {


height:100%;
background-color:#ffffff;
background-image: url('../images/excelSiteTile.jpg');
color:#000000;  
text-align:center;
font-family: Helvetica, Arial,sans-serif;
font-size:.8em;
}



#wrapper { 	
margin:0 auto;
padding:0px;
width:760px;
background-image: repeat-y;
background-image: url('../images/tapeCenter.jpg');
vertical-align: middle;	
background-color: #CCCCCC;

}


#centerColumn { 
position:relative;
margin:0 auto;
padding:0px;
width:700px;
height:516px;
text-align:left;
vertical-align: middle;	
background-color: #ffffff;
background-image: url('../images/intro.jpg');
background-position: bottom right;
background-repeat: no-repeat;

}

#topFrame{
background-image: url('../images/tapeTop.jpg');
margin:0 auto;
margin-bottom:0;
width:760px;
height:37px;
background-color:#cccccc;
}



#bottomFrame{
background-image: url('../images/tapeBottom.jpg');
margin:0 auto;
width:760px;
height:38px;
background-color:#cccccc;
color: #ffffff;
text-transform: capitalize;
font-size:.9em;
}


