/* ------------------------------------------------ */
/* This is the temp CSS configuration file -------- */
/* for the Abyss Placeholder website -------------- */
/* ------------------------------------------------ */

/* ------------------------------------------------ */
/* Body properties -------------------------------- */
/* ------------------------------------------------ */
body {
background-color: #1A1A1A;
color: #ffffff;
background-image: url('021.gif');
background-repeat: repeat;
font-family: verdana, sans-serif;
}

/* ------------------------------------------------ */
/* Div properties --------------------------------- */
/* ------------------------------------------------ */
div#page {
text-align: center;
margin-top: 1%;
margin-left: 1%;
margin-right: 1%;
}

div#dialog {
/* background-color: #292929;
background-image: url('bg2.png');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top left;
border: 2px solid #000;
padding: 10px; */
}

div#title {
text-align: center;
}

div#topmarquee {
margin-left: 25%;
margin-right: 25%;
}

/* ------------------------------------------------ */
/* Text properties -------------------------------- */
/* ------------------------------------------------ */
h1 {
font-size: x-large;
color: #111;
}

h2 {
font-size: medium;
color: #fff;
}

div#dialog p {
font-size: small;
color: #fff;
}