@charset "UTF-8";

/* Main custom rules
------------------------------ */
html { font: .8em/1.6em Arial, Helvetica, sans-serif; background-color: #e8e8e8; color: #333; }
body { margin: 0; padding: 0; }

.centered-container { position: relative; width: 100%; margin-top: 10%; }
.centered-to-left { position: relative; right: 50%; float: right; }
.centered-to-right { position: relative; z-index: 1; right: -50%; }

.content { border: 6px double #619ee6; width: 500px; background-color: #fbfbfb; background-image: url('/closed.gif'); background-repeat: no-repeat; background-position: 100% 70%; }
.content h1 { font-family: "Times New Roman"; font-size: 20px; color: #467505; text-align: center; margin-top: 20px; }
.content h1 strong { color: #333; }
.content p { margin: 20px; }
