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

body, html{
margin: 0;
padding: 0;
background-image: url(../images/bg.jpg);
background-repeat: repeat-x;
background-color: #700000;
}

#logo{
width: 454px;
margin: auto;
background-image: url(../images/iesteem_logo.jpg);
background-repeat: no-repeat;
height: 405px;
}

#footer{
background-repeat: repeat-x;
background-image: url(../images/iesteem_footer.jpg);
height: 100%;
}

#text{
width: 454px;
margin: auto;
color:#CCCCCC;
font-family:Arial, Helvetica, sans-serif;
padding:10px;
margin-top: 5px;
}

#text p{
font-size: 14px;
}

#text a{
color: #FFFFFF;
text-decoration: underline;
}

#text a:hover{
text-decoration: none;
} 

#spacer{
height:240px;
}

#content{
width: 454px;
color: #700000;
font-family: Arial, Helvetica, sans-serif;
font-size: 14pt;
text-align:center;
}

.subtext{
font-size:12pt;
}
