/* CSS Document */

html, body {
background:#eeeeee url('webcallbg2.jpg') repeat-x;
margin:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
text-align:center;
}

#container{
width:746px;
margin:0 auto;
}

#logoBox{
background:url('headerimgwithlogo.gif');  
height:120px;
display:block;
}

#site{
background:url('webcallback.gif');
}

.greenBlock{
width:37px;
height:120px;
background:url('greenblock.jpg') no-repeat;
}

#headerImage{
width:476px;
display:block;
}

#contentArea{
padding:0 37px 0 233px;
text-align:left;
}

#footer{
width:736px;
margin:0 auto;
background:url('webcallbund.gif') no-repeat; 
height:133px;
padding:35px 10px 0 0;
text-align:right;
}

a {
color:#007700;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

h1, h2 {
font-size:18px;
color:#007700;
}

h3 {
font-size:16px;
color:#007700;
}