a
{
	text-decoration:none;
}


.noshow
{
	display: none;
}

html 
{
	margin: 0px;
	padding: 0px;
/*	height: 100%; */
	width: 100%;
}

body 
{
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
/*	height: 100%; */
	width: 100%;
	background-repeat: repeat;
	background-position: top;
	background-color: #FFF;
	color: #000;
}



#header 
{
	position: fixed;
	left: 0px;
	top: 0px;
	background:#FFFFFF url(img/head.bg.png) repeat-x scroll 0 0;
	border-bottom:1px solid #A6A6A6;
	width: 100%;
	height:116px;

	padding: 0px 0px 0px 0px;
	z-index: 2;

}

#header a#logo
{
	background:transparent url(/img/logo.png) no-repeat scroll 0 0;
	color:#FFFFFF;
	display:block;
	height:41px;
	text-decoration:none;
	text-indent:-999em;
	width:358px;
	position: absolute;
	top: 32px;
	left: 6px;
	z-index: 6;
}

#banner
{
	position:absolute;
	right:15px;
	top:23px;
}

#menu
{
	height:30px;
	top: 85px;
	width: 100%;
	background-color:#FFFFFF;
	position: relative;
	z-index: 5;
}
#menu li 
{
display:inline;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

#menu li a 
{
	background:transparent url(img/menu.gif) no-repeat scroll 0 0;
	color:#382E1F;
	display:block;
	float:left;
	font-size:11px;
	height:31px;
	line-height:31px;
	margin-left:-10px;
	padding:0 20px;
	text-decoration:none;
	z-index:1;
}
#menu li a:hover, #menu li a.current 
{
	background-position:0 -31px;
}

#menu li.current_page_item a, #menus li.current-cat a 
{
background-position:0 -62px;
}

#menu li.current_page_item a.home 
{
background-position:0 -155px;
}

#menu li.lastmenu a:hover, #menu li a.current 
{
	background-position:0 0px;
}

#container
{
	width: 100%;
	text-align: center;
}

#content
{
	text-align: left;
	padding-left: 10%;
	margin-right: auto;
	padding-top:116px;
}

#addthis
{
	text-align: center;
	width: 100%;
}

#alexa
{
        text-align: center;
        width: 100%;
}



pre 
{
	text-align: left;
/*	color: #000; */
	font-family:  "DejaVu Sans Mono", "Courier New", monospace, Freemono ! important;
	font-size: 13px;
	line-height: 12px;
}


#dos-view
{
	display: block;
}


#image-view, #win-view, #about-view, #faq-view, #tos-view, #privacy-view
{
	display: none;
}

#dos-view, #image-view, #win-view, #about-view, #faq-view, #tos-view, #privacy-view
{
	z-index: 5;
}

input
{
	height: 26px;
}

.site
{
	padding-left: 10%;
	padding-right: 10%;
	margin: auto;
}

#subtitleseeker-box
{
      display:block; 
      border: 1px solid gray; 
      padding: 4px; 
      position: fixed; 
      top: 150px; 
      right: 50px; 
      background-color: white; 
      z-index: 3;
      text-align: center;
      
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -khtml-border-radius: 5px;
      border-radius: 5px;
}
#subtitleseeker-box #imdbdata
{
    text-align: left;
}

#subtitleseeker-box a
{
    color : #BF7373;
}