@charset "utf-8";
/* CSS Document */

* { padding:0; margin:0; list-style:none; }

body { background:#000; font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:12px; color:#ddd; }
a { color:#cecece; text-decoration:none; }
a:hover { color:#3cf; }
img { border:0; }
.clear { clear:both; }

#wrapper { position:relative; margin:auto; width:920px; background:url(header-bg.jpg) no-repeat 0 0; }
#wrapper .bgGrey { position:absolute; left:0; top:0; width:920px; height:48px; overflow:hidden; background:#000; filter:Alpha(opacity=50); opacity:0.5; z-index:1; }

#header { position:relative; margin:auto; width:800px; height:356px; overflow:hidden; z-index:3; }
#header h1 { position:absolute; left:0; top:14px; z-index:100; background:url(logo.png) no-repeat 0 0; width:400px; height:83px; overflow:hidden; text-indent:-9999px; }
#header h1 a { display:block; width:83px; height:83px; }
#header .utilities { position:absolute; right:0; top:20px; z-index:10; color:#fff; }
#header .utilities a { color:#fff; padding:0 2px; }
#header #slide { position:absolute; right:10px; bottom:60px; padding:8px; width:258px; height:152px; overflow:hidden; background:url(slideshow-bg.jpg) no-repeat center 0; }

#content { margin:auto; padding-bottom:24px; width:800px; background:#454545 url(content-bg.gif) repeat-y 0 0; line-height:1.8; }
#content h2 { font-size:14px; margin-bottom:10px; }
#users { float:left; padding:0 12px 0 14px; width:200px; }
#users li { position:relative; padding-left:30px; zoom:1; }
#users li span { position:absolute; right:0; top:0; *top:1px; color:#cecece; }
#users li a { display:block; width:100%; color:#fff; }
#users li a:hover { color:#3cf; }
#users .guilde { margin-bottom:24px; padding-left:8px; }
#users .more { margin-bottom:10px; }
#users h2 { height:24px; line-height:24px; text-indent:8px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#fff; background:#343434; margin-bottom:10px; }
#news { float:left; padding:0 14px; width:250px; }
#games { float:right; padding-right:14px; width:280px; }
#games ul { background:url(games-bg.gif) repeat-x 0 0; height:140px; overflow:hidden; margin-bottom:20px; padding:0 10px 10px; }
#games .rec { padding:0 10px; }
#games .rec a { color:#fff; }
#games .rec li { float:left; width:166px; overflow:hidden; text-align:center; line-height:normal; margin-bottom:14px; }
#games .rec li img { border:solid 3px #fff; margin-bottom:8px; }
#games .rec .more { margin-top:-20px; }

.more { margin-top:10px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; text-align:right; clear:both; }
.more a, .more a:hover { color:#fff; }

#footer { margin:auto; width:800px; height:36px; line-height:36px; overflow:hidden; background:#333; color:#bbb; text-align:center; }
#footer a { color:#bbb; text-decoration:underline; }
#footer a:hover { color:#fff; }
