@charset "UTF-8";
/* CSS Document */

body {
margin: auto;
background: #000;
color: #fff;
font-family: arial, verdana;
}

a {
color: #000;
text-decoration: none;
}

a:hover {
background: #fff;
text-decoration: none;
}

#mainpic {
width: 600px;
height: 600px;
background: url(mainpic.jpg) no-repeat;
margin: auto;
margin-top: 20px;
text-align: center;
}

.mainpic_top {
height: 100px;
}

.mainpic_bottom {
margin-top: 400px;
font-size: 20px;
}

h1 {
font-size: 70px;
margin: 0;
padding: 0;
}

#thelinks {
width: 550px;
margin: auto;
margin-bottom: 20px;
}

#thelinks ul li {
list-style: none;
display: inline;
}
