

* {
margin: 0px;
}

a img {
border: none;
border: 5px solid #fff;
}

body {
font: 11px/16px arial;
background: #FF0066;
}

#menu {
width: 200px;
position: absolute;
top: 50px;
left: 50px;
}

#menu ul {
list-style: none;
padding-left: 0px;
margin-bottom: 10px;
}

#content {
position: absolute;
top: 50px;
left: 275px;
}

/* TYPE */

a {
color: #000;
font-weight: bold;
}

p {
margin-bottom: 10px;
}

h1 {
letter-spacing: 0.1em;
font: bold 20px arial;
margin-bottom: 10px;
color: #fff;
}