/* ------------------------------------------------ */
/* This is the temp CSS configuration file -------- */
/* for the new Nomad Studios website -------------- */
/* ------------------------------------------------ */

/* ------------------------------------------------ */
/* Body properties -------------------------------- */
/* ------------------------------------------------ */
body {
background-color: #ffffff;
color: #000000;
background-image: url('bg.png');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top left;
font-family: verdana, sans-serif;
}

/* ------------------------------------------------ */
/* Div properties --------------------------------- */
/* ------------------------------------------------ */
div#page {
text-align: center;
margin-top: 5%;
margin-left: 5%;
margin-right: 40%;
}

div#dialog {
background-color: #fff;
background-image: url('bg2.png');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top left;
border: 2px solid #666;
padding: 10px;
text-align: justify;
}

div#title {
text-align: center;
}

/* ------------------------------------------------ */
/* Text properties -------------------------------- */
/* ------------------------------------------------ */
h1 {
font-size: x-large;
color: #ff8000;
}

h2 {
font-size: medium;
color: #000;
}

div#dialog p {
font-size: small;
color: #000;
}
