html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: helvetica, arial, sans-serif, inherit;
	vertical-align: baseline;
}

body {
    background-color: #F4F4EC;
}

#MainWrapper {
    margin:0 auto;
    width: 100%;
    max-width: 1600px;
    min-width: 120px;
    text-align: center;
}

header {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding-top: 36px;
}

header img {
    text-align: center;
    width: 55%;
    max-width: 900px;
    min-width: 90px;
}

nav {
    display: block;
    margin: 36px auto;
    width: 95%;
}

#iconLink {
    display: block;
    float: left;
    margin: 0 auto 9.9% auto;
    width: 33%;
    min-width: 90px;
}

#iconLink img {
    margin: auto;
    width: 70%;
    max-width: 400px;
    height: auto;
    border-radius: 23%;
    -webkit-border-radius: 23%;
    -moz-border-radius: 23%;
    box-shadow: 3px 3px 10px #777;
    -webkit-box-shadow: 3px 3px 10px #777;
    -moz-box-shadow: 3px 3px 10px #777;
}

#iconLink p {
    text-align: center;
}

footer {
    margin: 0 auto;
}