

body {
color: #000;
background-color: #e0e0e0;
}

a:link {
color: #C20000;
text-decoration: underline;
}

a:visited {
color: #C20000;
text-decoration: underline;
}

a:active {
color: #C20000;
text-decoration: underline;
}

a:hover {
color: #C20000;
text-decoration: underline;
}


#wrapper {
width: 700px;
margin: 10px auto;
background: #fff;
border: 1px #000 solid;
}

#head {
background-image: url('top.png');
height: 89px;
}

#logo {

}

#text {
padding: 10px;
}

#price {
font-size: 150%;
color: #EB0000;
font-weight: bold;

}

#bottom {
background-color: #fff;
padding: 10px; 
width: 680px;
margin: 10px auto;
border: 1px #000 solid;
text-align: center;
font-size: 70%;
}

	