* {
margin: 0;
padding: 0;
text-shadow: 0 0 0 #000;
}

body {
background: #FFF;
overflow-x: hidden;
background-color: #BDBDBD;
}

#container {
width: 800px;
margin-left: auto;
margin-right: auto;
margin-top: 45px;
background-color: #FFF;
padding: 20px;
border: 25px solid #FFF;
}

#top {
overflow: hidden;
height: auto;
padding-right: 55px;
text-align: right;
}

img {
border: none;
}

img a {
cursor: pointer;
}

img.logo {
text-align: right;
margin-bottom: 45px;
}

#images {
margin: 0;
}

img.frontpage {
float: right;
}

h1 {
font-family: Helvetica, 'trebuchet ms', Arial, sans-serif;
font-size: 20px;
line-height: 1em;
text-align: right;
margin-top: 15px;
margin-right: 10px;
}

h1 span {
color: #CE006D;
font-weight: 800;
}


h2 {
float: right;
font-family: Helvetica;
margin-top: 15px;
padding-bottom: 2px;
font-size: 1em;
letter-spacing: 1px;
color: #BCBCBC;
border-bottom: 1px solid #CE006D;
margin-right: 10px;
}

