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

html, body { 
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background-color:#efefef;
}

#nomatter {
	margin:auto;
	height:100%;
	vertical-align:middle;
}

#logo {
	width:200px;
	height:200px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:50%;
	margin-top:-100px; 
	border:0;
}


#bubble {
	width:216px;
	height:88px;
	padding:0;
	
	margin-left:auto;
	right:50%;
	margin-right:-336px;
	
	top:50%;
	margin-top:-308px; 
	
	background-image:url(../images/menu.gif);
	position:relative;
}
#bubble ul {
	margin:0;
	padding:0;
}

#bubble li { 
	margin:0;
	padding:0;
	list-style: none;
	position:relative;
	top:31px;
}

#bubble span {
	display:none;
}

#bubble li, #bubble a {
	width:216px;
	height:11px;
	display:block;
}

#flashsite a:hover {
   background: transparent url(../images/menu_over.gif)
               0 -31px no-repeat;
}

#blog a:hover {
   background: transparent url(../images/menu_over.gif)
               0 -42px no-repeat;
}

#language {
	position:relative;
	text-align:center;
	margin-left:4px;
	top:84px;
}
