/******************

ProCut Print
CSS document

Coded by: Kefan Xie
xiekefan@gmail.com

******************/

body, p{
 margin: 0;
 font: normal 1em times new roman !important;
 background: white;
}

#wrap{
 width: 950px;
 margin: auto;
 background: none;
 border: 1px solid black;
}

#header{
 width: 950px;
 height: 70px;
 background: none;
 margin: auto;
 border-bottom: 1px solid #636363;
}

#banner{
 display: block;
 width: 270px;
 height: 77px;
 background: url(../images/print/logo.gif) no-repeat;
}

#banner img {
 visibility: visible;
}

#nav, #sub_nav, #tiers{
 display: none;
}

#main{
 background: none;
 color:#FFFFFF;
}

#footer{
 width: 900px;
}