body{
padding: 0;
margin: 0;
background-color: #EFEFE6;
color: #000000;
font-family: Verdana, Helvetica, Arial, sans-serif;
text-align: center;
font-size: 12px;
}

/* Layout  */

#content {
position: relative;
top: 150px;
width: 370px;
height: 370px;
margin: 0 auto 0;
}

/* Styles  */

a:link, a:visited {
color: #3058ff;
text-decoration: none;
}

a:hover  a:active {
color: #ff00ff;
text-decoration: underline overline;
}

img {
border: 0;
}