body {
    background: #6c112a no-repeat;
}

#header {
    margin: 0 auto;
    margin-bottom: 15px;
    width: 850px;
    height: 180px;
    border: #da2a5c 5px solid;
    border-radius: 15px;
    background: url(img/banner01.png) no-repeat;
}

#wrapper {
    margin: 0 auto;
    width: 850px;
    background: #ad0c39;
    border: #da2a5c 5px solid;
    border-radius: 15px;
}

#warning {
    width: 850px;
    height: 40px;
    background: #ad0c39;
    border-radius: 15px;
    font-family: Tahoma;
    font-size: 18px;
    font-variant-caps: all-small-caps;
    color: #fd1657;
    text-shadow: -1px -1px 0 #53061c, 1px -1px 0 #53061c, -1px 1px 0 #53061c, 1px 1px 0 #53061c;
    letter-spacing: 2px;
    text-align: center;
    padding-top: 15px;
    border-bottom: 5px solid #da2a5c;
}

#content {
    width: 850px;
    border-radius: 15px;
}

img {
    border: #da2a5c 5px solid;
    border-radius: 15px;
}

ul {
    margin: 15px auto;
    padding: 30px;
}

li {
    list-style-type: none;
    display: inline-block;
}

li img:hover {
    filter: blur(0px);
    opacity: 0.2;
    transition: all 0.5s;
}

#footer {
    text-align: center;
    font-family: Tahoma;
    font-size: 18px;
    font-variant-caps: all-small-caps;
    color: #fd1657;
}