@charset "utf-8";
/* CSS Document */

body{
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background-color:#FFFFFF; 
}

h1{
font-size:12px;
}

h2{
font-size:14px;
}

h3{
font-size:16px;
}

#wrapper{
width:974px;
margin:auto;
overflow:hidden;
background-color:#FFFFFF;
}

#header{
background-image:url(../img/header.jpg);
width:974px;
height:83px;
}

#box{
background-image:url(../img/bigbox.jpg);
height:52px;
width:960px;
}

#textbox{
text-align:center;
padding-top:10px;
}

#textarea{
width:960px;
}

#CatalogNumber{
width:80px;
float:left;
}

#Product{
width:880px;
height:100px;
}

#footer{
clear:both;
text-align:center;
}