body {
background: #eaeaea;
}

#paris {
position: absolute;
margin-top: 0px;
margin-left: 0px;
}

#container {   
position: absolute;
left: 50%;
top: 50%;
width: 800px;
height: 520px;
margin-left: -400px;
margin-top: -260px;
background: url(../images/bag.png) no-repeat
}

#content {
margin: 170px 0 0 240px;
width: 520px;
}

p {
font-family: Garamond, "Hoefler Text", "Times New Roman", Times, serif;
margin: 0 0 10px 0;
line-height: 22px;
}

ul {
list-style: none;
margin: 0; padding: 0;
}

li {
display: inline;
}

a {
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
color: #f00d03;
text-transform: uppercase;
font-weight: bold;
text-decoration: none;
font-size: 14px;
}

a:hover {
background: #f00d03;
color: #FFF;
}