/* CSS Document */
body{
height:100%;
margin-left:auto;
margin-right:auto;
width:100%;
margin:0px;
}
.outer{
height:100%;
margin-left:auto;
margin-right:auto;
width:100%;
position:absolute;
top:0px;
left:0px;
}
.bg{
background-image:url(images/bg.jpg);
}
p{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#727272;
}
.outer2 {
width:210px;
margin-left:50px;
margin-top:20px;
}
.border{
width:150px;
height:100%;
background-color:#E3DDDD;
}
.hide{
position:absolute;
top:-1000px;
left:-500px;
overflow:hidden;
height:10px;
}