*, html {
margin: 0;
padding: 0;
}

body {
background: #fffdd0;
text-align: center;
font-family: trebuchet ms, arial;
}

img {
border: 0;
}

a {
color: #d30c78;
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

#container {
width: 480px;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

#container h1 {
padding-top: 380px;
font-family: trebuchet ms, sans-serif;
font-size: 25px;
font-weight: bold;
line-height: 24px;
color: #ffffff;
text-shadow: 1px 1px 0 #af2148;
}

#container p {
font-size: 13px;
color: #ffffff;
}

.containerWrapper {
background: url('images/frontbg.jpg') 0 0 no-repeat;
width: 480px;
padding-bottom: 20px;
}

.products {
overflow: hidden;
margin-top: 20px;
margin-left: 16px;
}

ul.products {
list-style: none;
}

.products li {
float: left;
width: 215px;
color: #ffffff;
text-align: left;
margin-right: 15px;
margin-bottom: 10px;
}

.products li  span{
display: block;
font-size: 14px;
font-weight: bold;
margin-bottom: 8px;
text-shadow: 1px 1px 0 #b7284f;
}

.shop {
margin-top: 20px;
}
