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

/* FRONT PAGE */

* {
margin: 0;
padding: 0;
}

body {
font-size: 62.5%; /* Resets 1em to 10px */
font-family: Arial, Helvetica, sans-serif;
color: #000000;
text-align:center;
background:url(../images/frontpagebg.gif) top left repeat;
}

/*HEADER*/

#header {
height: 60px;
background: url(../images/noodelogo.gif) no-repeat center;
}

#subheader {
height: 20px;
background: url(../images/noodesubheader.gif) no-repeat center;
}

/*END OF HEADER*/


/*MAIN BODY*/

#mainbutt {
/* text-align is inherited; reset it */
text-align: center;
margin-left: auto;
margin-right: auto;
width:846px;
height:514px;
}

.button01{
float:left;
height:514px;
width:282px;
}
.button01 h1{ 
text-indent: -100.0em; 
overflow: hidden; 
}
.button01 h1 a{ 
display:block; 
line-height:514px; /*match to h1 height*/ 
}

.button02{
float:left;
height:514px;
width:282px;
}
.button02 h1{ 
text-indent: -100.0em; 
overflow: hidden; 
}
.button02 h1 a{ 
display:block; 
line-height:514px; /*match to h1 height*/ 
}

.button03{
float:left;
height:514px;
width:282px;
}
.button03 h1{ 
text-indent: -100.0em; 
overflow: hidden; 
}
.button03 h1 a{ 
display:block; 
line-height:514px; /*match to h1 height*/ 
}

/*END OF MAIN BODY*/


/*FOOTER*/

#footerbox{
float:left;
width:846px;
height:15px;
}

.footerleft{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#FCFCFC;
padding-left:15px;
float:left;
}

.footerright{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#FCFCFC;
padding-right:15px;
float:right;
text-decoration:none;
}

.footerright a{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#FCFCFC;
text-decoration:none;
}

.footerright a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#FCFCFC;
text-decoration:underline;
}


/*END OF FOOTER*/

