/* Reset Css
 * --------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; } html { overflow-y: scroll; }


/* Main style
 * --------------------------------------------------*/
body {
	color: #DDDDDD;
    font-size: 11px;
    background-color: #000000;
	background: url('../images/background.png') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    font-family: Verdana, Lucida Grande, Helvetica, sans-serif;
}

/* Classes
 * --------------------------------------------------*/
 .w5                            { width: 5%; }
 .w10                           { width: 10%; }
 .w15                           { width: 15%; }
 .w20                           { width: 20%; }
 .w25                           { width: 25%; }
 .w30                           { width: 30%; }
 .w35                           { width: 35%; }
 .w40                           { width: 40%; }
 .w45                           { width: 45%; }
 .w50                           { width: 50%; }
 .w55                           { width: 55%; }
 .w60                           { width: 60%; }
 .w65                           { width: 65%; }
 .w70                           { width: 70%; }
 .w75                           { width: 75%; }
 .w80                           { width: 80%; }
 .w85                           { width: 85%; }
 .w90                           { width: 90%; }
 .w95                           { width: 95%; }
 .w100                          { width: 100%; }
 
 .p10							{ padding-bottom: 10px; }


/* Div as table shortcodes
 * --------------------------------------------------*/
.fl                             { float: left; }
.fr                             { float: right; }
.clear                          { clear: both; }

.ctr                            { text-align: center; }
.lft                            { text-align: left; }
.rgt                            { text-align: right; }

.dpb                            { display: block; }
.dpib                           { display: inline-block; }

.b                              { font-weight: bold; }
.i                              { font-style: italic; }

.pointer                        { cursor: pointer; }
.notice                         { color: green; }
.error                          { color: red; }

/* Links
 * --------------------------------------------------*/
a:link                          { color: #FFFFFF; text-decoration: none; font-weight: bold; }
a:visited                       { color: #FFFFFF; text-decoration: none; font-weight: bold; }
a:hover                         { color: #FFFFFF; text-decoration: none; font-weight: bold; }
a:active                        { color: #FFFFFF; text-decoration: none; font-weight: bold; }