@import url("reset.css");

* {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
	background: url("../i/bg/000000.gif");
}

body, html {
    -moz-user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    height: 100%;
    background-color: #220100;
}

table#contentContainer {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

table#contentContainer td {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

table#contentContainer tr {
    height: 100%;
}

table#contentContainer td img {
    width: 100%;
}

a, a:link, a:visited, a:hover, a:active, a:focus {
    text-decoration: none;
    -moz-outline-style: none;
    border: none;
}

:focus {
    outline: none;
    -moz-outline: none;
    -moz-outline-style: none;
}
