/***
MAKI-ENTERTAINMENT 
2009 
***/

html, body {
	height:100%;
	width:100%;
	margin:0;
	font:10px Arial, Helvetica, sans-serif;
}

a {
	outline: none;
}
a:active { 
	outline: none;
}

img {
	border:none;
}

button {
	border:none;	
	background-color: transparent;
	
	margin:0px;
	padding:0px;
}
.buttonSlideToggle {	
	margin:-5px -5px 0px 0px;
}
.buttonSlideFadeToggle {
	margin:-5px -5px 0px 0px;
}

ul {
	list-style:none;
	margin:0;
	padding:0px 0px 0px 15px;
}

.clear {
	clear:both;
}
.clearRight {
	clear:right;
}


#title {
	position:fixed;
	top:5px;
	right:10px;
}

.icon span {
	background: url(../../img/div/ttbg.png) no-repeat;
	width: 45px;
	height: 144px;
	position: absolute;
	padding: 5px 20px 5px 2px;
	display: none;
	cursor:pointer;
}
/*
.icon	{ height:25px; position:absolute; top:30%; left:14%;}
.icon li { float:left; position:relative; margin-right:20px;}

.icon span {
	background: url(img/div/ttbg.jpg) no-repeat;
	width: 110px;
	height: 35px;
	position: absolute;
	top: -50px;
	left: 0px;
	text-align: center;
	padding: 5px 5px 5px 2px;
	display: none;
	line-height:110%;
	color:#000000;
	cursor:pointer;
}
*/


#noScript {
	padding:0px 0px 0px 10px;
	color:#cc00cc;
}

#container {
	width:1028px;
}

#footer {
	padding:10px 0px 40px 12px;
}


