/* CSS Document */
body{
background-color:#aaa;
margin:0;
padding:0;
}
ul{
list-style-type:none;
}




#container{
width:100%;
height:100%;
margin:0 auto;
padding:40px 0px 0px 0px;
text-align:center;
}
#pulppress_box{
width:781px;
height:482px;
text-align:center;
margin:0 auto;
padding:0;
}
#pulppress_pulp{
float:left;
width:389px;
height:480px;
background-color:#FFFFFF;
border:1px solid #333333;
}
#pulppress_photo{
float:left;
width:389px;
height:480px;
border-right:1px solid #cccccc;
border-bottom:1px solid #cccccc;
border-top:1px solid #cccccc;
background-color:#424242;
}
#pulppress_logo{
width:238px;
height:68px;
background-image:url(../images/index/logo.jpg);
position:relative;
left:200px;
top:40px;
}
* html #pulppress_logo{
left:200px;
}
.pulppress_pulpbutton{
position:relative;
top:50px;
}
.pulppress_photobutton{
position:relative;
top:118px;
}
#pulp_text{
font-family:Arial;
font-size:11px;
width:297px;
height:100px;
position:relative;
top:45px;
color:#333333;
text-align:left;
margin-left:50px;
}
* html #pulp_text{
margin:0;
}
#pulp_text h1{
font-size:14px;
font-weight:bold;
}
#photo_text{
font-family:Arial;
font-size:11px;
width:297px;
height:100px;
position:relative;
top:113px;
color:#CCCCCC;
text-align:left;
margin-left:50px;
}
* html #photo_text{
margin:0;
}
#photo_text a{
color:#ccc;
}
#photo_text h1{
font-size:14px;
font-weight:bold;
text-align:right;
}
#copyright{
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
margin-top:10px;
color:#666;
}
#copyright a{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#666;
}
.pulppress_logo_link{
width:238px;
height:68px;
position:relative;
left:200px;
top:40px;
}