* {
margin:0px;
padding:0px;
}

body {
text-align:center;
font-family:Arial;
font-size:12px;
color:#999999;
background:url(images/image.jpg) no-repeat top center #dedede;
}

#page {
padding-top:400px;
display:table;
width:400px;
margin:auto;
}

a.link {
color:#999999;
text-decoration:none;
border-bottom:1px dotted #999999;
font-size:16px;
padding-bottom:3px;
}

a.link:hover {
color:#555555;
text-decoration:none;
border-bottom:1px dotted #555555;
}

img {
border:none;
padding-bottom:10px;
}