/***********************************************
 file name : press.css
 created : 08.04.01
************************************************/


/* html tags
-------------------------------------------*/
body,p{
margin:0;
padding:0;
}

html{
background:#2f2f2f url(../images/common/bg_html.gif) repeat;
}

body{
padding:10px;
text-align:center;
background:url(../images/common/bg_body.gif) repeat-x;
}

img{
border:0;
}
