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

body{
	background-color:#000;
	background-image:url(images/location/bg.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center center; 
}
.centered-box {width: 478px;height: 258px;background-color: none;left: 50%;top: 50%;margin-top: -129px;margin-left: -239px;position: fixed;}
* html .centered-box {position:absolute;}

#deutschland{display: block;width: 158px;height: 22px;background: url("images/location/deutschland_active.gif") no-repeat 0 0;}
#france{display: block;width: 158px;height: 22px;background: url("images/location/france_active.gif") no-repeat 0 0;}
#usa{display: block;width: 158px;height: 22px;background: url("images/location/usa_estore_active.gif") no-repeat 0 0;}
#japan{display: block;width: 158px;height: 22px;background: url("images/location/japan_active.gif") no-repeat 0 0;}
#china{display: block;width: 158px;height: 22px;background: url("images/location/china_active.gif") no-repeat 0 0;}
#global{display: block;width: 158px;height: 22px;background: url("images/location/global_site_active.gif") no-repeat 0 0;}

#deutschland:hover,
#france:hover,
#usa:hover,
#japan:hover,
#china:hover,
#global:hover
{background-position: 0 -22px;}
#deutschland-inactive{display: block;width: 158px;height: 22px;background: url("images/location/deutschland_inactive.gif") no-repeat 0 0; cursor: default;}
#france-inactive{display: block;width: 158px;height: 22px;background: url("images/location/france_inactive.gif") no-repeat 0 0; cursor:default;}
#usa-inactive{display: block;width: 158px;height: 22px;background: url("images/location/usa_estore_inactive.gif") no-repeat 0 0; cursor:default;}
#japan-inactive{display: block;width: 158px;height: 22px;background: url("images/location/japan_inactive.gif") no-repeat 0 0; cursor:default;}
#china-inactive{display: block;width: 158px;height: 22px;background: url("images/location/china_inactive.gif") no-repeat 0 0; cursor:default;}
#global-inactive{display: block;width: 158px;height: 22px;background: url("images/location/global_site_inactive.gif") no-repeat 0 0; cursor:default;}

#deutschland-inactive:hover,
#france-inactive:hover,
#usa-inactive:hover,
#japan-inactive:hover,
#china-inactive:hover,
#global-inactive:hover
{background-position: 0 0;}

#deutschland-inactive span,
#deutschland span,
#france-inactive span,
#france span,
#usa-inactive span,
#usa span,
#japan-inactive span,
#japan span,
#china-inactive span,
#china span,
#global-inactive span,
#global span
{display: none;}

.remember_me {
    color: #FFFFFF;
}
