* {
    margin: 0;
    padding: 0;
    border: none;
}
body {
    background-color: #2A353B;
    font-family: Verdana, Arial, sans;
    color: white;
}
a {
    color: white;
    text-decoration: none;
}
#wrapper {
    margin: 0 auto;
    width: 1000px;
}
#language {
    text-align: right;
    font-size: 0.8em;
    padding: 10px 0;
}
header img {
    width: 1000px;
}
#linkboxes div div {
    float: left;
    width: 248px;
    text-align: center;
}
#linkiconboxes div {
    height: 82px;
    background-color: white;
    border-right: 1px #1F262C solid;
}
#linkiconboxes img {
    width: 248px;
}
#linktextboxes div {
    background-color: white;
    border-right: 1px #1F262C solid;
    padding-bottom: 15px;
}
#linktextboxes a {
    color: #1F262C;
}
.linkicon {
    padding-top: 15px;
    height: 67px !important;
}
.linkicon a {
    color: #2A353B;
}
#preview {
    clear: left;
    padding-top: 50px;
}
#preview img {
    width: 1000px;
}