﻿/** kLABO
*/

body {
/*	height: 			100%;*/
	margin: 			0;
	padding: 			0;
	background-color:	#000000;
/*	font-family:		"Lucida Grande", verdana, helvetica, arial, sans-serif;
	font-size:			10px;
	text-transform:		uppercase;*/
}

/* DA FLASHOBJECT */
/* hide from ie on mac \*/
html {
/*	height: 100%;
	overflow: hidden;*/
}
	
#flashcontent {
	height: 100%;
}

#player {
	text-align: center;
}

#hometitle p {
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 3em;
}
/* end hide */


/*
a {
	color:				#FFF;
	background-color:	#000;
	padding:			0 3px 0 3px ;
}

a:link {
}

a:visited {
}

a:hover {
	color:				#000;
	background-color:	#FFF;
}

a:active {
}
*/

#error {
	font-family:		"Lucida Grande", verdana, helvetica, arial, sans-serif;
	font-size:			10px;
	text-transform:		uppercase;
	text-align: center;
/*	margin-left: 50px;
	margin-top: 50px; */
	background-color:	#111;
}

#error p {
	color: 				#bbb;
	margin:				0;
	padding:			0;
	margin-top:			25px;
	line-height:		1.4em;
}

#error a {
	text-decoration:	blink;
	color:				#fff;
	background-color:	#000;
	padding: 0 2px;
}

#error span {
	color: 				#000;
	background-color:	#fff;
}

#error a:hover,
#error a:focus,
#error a:active {
	text-decoration:	none;
	color:				#000;
	background-color:	#fff;
}