@charset "utf-8";
/* CSS Document */


body {
    margin: 0px auto;
    text-align: center;
    font-family: "Segoe UI";
    font-size: 12px;
    color: #dfdfdf;
    background: url(../images/body-background.png) top repeat-x #1c2735;
}
hr {
    background-color: #2D4055;
    border: solid 1px #2D4055;
    width: 100%;
}
.bold {
    font-weight: bold;
}
.italic {
    font-style: italic;
}
.preload {
	display: none;
}

img {
	border: none;
}
.spacer {
    clear: both;
    display: inline-block;
    height: 10px;
    width: 10px;
}
