@charset "UTF-8";
/* CSS Document */

@import "reset.css";

/* HTML 5 */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{ display: block; }

/* Background image */
#bg	{ position: fixed; top: 0; left: 0; z-index: 1; }
#bg-blur{ position: fixed; top: 0; left: 0; z-index: 1; }
.bgwidth{ width: 100%; }
.bgheight{ height: 100%; }

/* Page */
body, html{ height: 100%; font-family: Arial, Helvetica, sans-serif; }
div{ position: relative; }
.white{ color: rgb(255,255,255); }
.bold{ font-weight: bold; }
a{ text-transform: uppercase; color: rgb(255,255,255); }

div#content{ z-index: 100; }
h1{ color:#C2B59B; text-align: center; font-weight: bold; padding: 8px 0; font-size: 28px; font-family:Georgia, "Times New Roman", Times, serif; }

div#copy-block	{ float: right; margin: 560px 250px 0 0; width: 35%; }
h2{ font-size: 30px; color: rgb(255,255,255); font-weight: bold; text-transform: uppercase; margin-bottom: 8px; font-family:Georgia, "Times New Roman", Times, serif; }
div#copy-block p{ margin-bottom: 10px; color:#fff; line-height: 1.3; font-family:Georgia, "Times New Roman", Times, serif;  }