article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
}
[hidden] {
    display: none;
}
html {
    font-size: 100%;
}
html, button, input, select, textarea {
    color: #222222;
    font-family: sans-serif;
}
body {
    font-size: 1em;
    line-height: 1.4;
    margin: 0;
}
*::-moz-selection {
    background: none repeat scroll 0 0 #DC09A3;
    color: #FFFFFF;
    text-shadow: none;
}
a {
    color: #0000EE;
}
a:visited {
    color: #551A8B;
}
a:hover {
    color: #0066EE;
}
a:focus {
    outline: thin dotted;
}
a:hover, a:active {
    outline: 0 none;
}
.chromeframe {
    background: none repeat scroll 0 0 #CCCCCC;
    color: #000000;
    margin: 0.2em 0;
    padding: 0.2em 0;
}
body {
    background-color: #323232;
    color: #848484;
    font-family: "ff-tisa-web-pro";
    min-height: 100%;
    width: 1280px;
}
#wrapper {
    margin: 90px auto 110px;
    width: 1110px;
}
#wrapper p {
    font-size: 3.7em;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1.2;
}
#wrapper img {
    display: block;
    margin-bottom: 10px;
}
a, a:visited, a:active {
    color: #DC09A3;
    text-decoration: none;
    transition: color 1s ease 0s;
}
a:hover {
    color: #FFFFFF;
}
