html,body {
	margin:0;
	padding:0;
	height:100%;
    background:transparent url(../img/proceed_headerbg.jpg) 100% top repeat-x;
}

div#pContainer {
	position:relative; 
	margin:0 auto; 
	width:974px;
	height:auto !important; 
	height:100%;
	min-height:100%;
}

div#pContent div#load{
	position:absolute;
    left:50%;
    top:50%;
    width:200px;
    height:50px;
    text-align:center;
    margin:-25px 0 0 -100px;
}

div#pContent div#load span{
   display:block;
   font-size:18px;
   font-family: Tahoma, Arial;
   margin-top:10px;
   color:#012680;
}

div#pHeader {
    height:106px;
}

div#pHeader img{
    float:left;
    position:relative;
    left:-1px;
    top:29px;
}

div#pFooter {
	position:absolute;
	bottom:0; 
    background:transparent url(../img/proceed_footerbg.gif) repeat-x scroll 0 0;
    border-top:1px solid #FFFFFF;
    font-size:10px;
    height:61px;
    margin:0 auto;
    text-align:left;
    width:974px;
}

div#pFooter div.logo{
    float:left;
    background:transparent url('../img/proceed_owlogo10.png') center center no-repeat;
    width:45px;
    height:45px;
    position:relative;
    left:15px;
    top:10px;
}

div#pFooter div.legal{
    float:left;
    height:45px;
    width:300px;
    position:relative;
    left:25px;
    top:10px;
    font-size:10px;
    font-family:Arial,Helvetica,sans-serif;
    line-height:45px;
}