@media screen {

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, 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-weight : inherit; font-style : inherit; font-size : 100%; font-family : inherit; vertical-align: baseline; background : transparent; }

body {
background-color: #111111;
background-repeat: no-repeat;
background-image: url(nimages/bgGlobal.jpg);
background-position: center top;
margin: 0px;
padding: 0px;
background-attachment: fixed;
}
#containerLogin {
background-image: url(nimages/contentBg1.jpg);
background-position: center top;
background-repeat: no-repeat;
background-color: #111111;
font-size: 10px;
color: #ffffff;
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
position: relative;
visibility: visible;
margin: 0 auto;
width: 1000px;
height: 100%;
}

#containerIngame {
background-image: url(nimages/contentBg2.jpg);
background-position: center top;
background-repeat: no-repeat;
background-color: #111111;
font-size: 10px;
color: #ffffff;
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
position: relative;
visibility: visible;
margin: 0 auto;
width: 1000px;
height: 100%;
}

#banner {
position: relative;
visibility: visible;
width: 1000px;
height: auto;
}

/* Links */
a {
color:#ff0000;	
}

a:hover {
color:#470000;	
}

/* Content */
#contentLogin {
background-image: url(nimages/contentBg.jpg);
background-position: center top;
background-repeat: no-repeat;
width: 1000px;
height: auto;
position: relative;
overflow: auto;
line-height: 16px;
}

#contentIngame {
width: 1000px;
height: auto;
position: relative;
overflow: auto;
line-height: 16px;
}

#leftRail {
height: auto;
padding-top: 0px;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 10px;
float: left;
width: 202px;
position: relative;
overflow: auto;
}

#center {
height: auto;
padding-top: 0px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
float: left;
width: 514px;
position: relative;
overflow: auto;
}

#center ul li {
	list-style-type: none;
}

#rightRail {

height: auto;
padding-top: 0px;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 10px;
float: right;
width: 202px;
position: relative;
overflow: auto;
}

#footer {
clear: both;
text-align: center;
position: relative;
visibility: visible;
width: 1000px;
height: 280px;
margin: 0 auto;
}
input{ color:#000000; font-size:10px; font-family:Verdana;border: 1px solid black; background-color:#660000; }
select { color:#000000; font-size:10px; font-family:Verdana;border: 1px solid black;background-color:#660000;  }
textarea{ color:#000000; font-size:10px; font-family:Verdana; border: 1px solid black;background-color:#660000; }
checkbox{ color:#000000; font-size:10px; font-family:Verdana; border: 1px solid black;padding:0;background-color:#660000; }
}