*{
    margin:0;padding:0;
}
html{
    height:100%;
}
body{
	height:100%;
	color:#CCC;
	background-color: #000000;
}
#globalContainer{
	height:100%;
	min-height:100%;
	width:100%;
	float:left;
	position: relative;
	visibility:hidden;
}
#menuArea {
	float:left;
	top: 0px;
	left: 20px;
	width: 201px;
	z-index:2;
	position: fixed;
}
#preloader{
	width:62px;
	margin-top: 40px;
	margin-left: 40px;
}
#siteid {
	margin-top: 45px;
	margin-left: 20px;
	margin-bottom:35px;	
}
#creditArea{
	width:116px;
}
#credit{
	width:80px;
	margin-left:20px;
}
.cr1{
	width:35px;
	float: left;
}
.cr2{
	width:45px;
	float: left;
}

#copyrightArea{
	position:absolute;
	bottom:0;	
	padding-bottom:75px;
	position: fixed;
	z-index: 1;
	bottom: 0px;
	left: 20px;
	width: 182px;
	height: 45px;
	
	/* IE6 hax */
	_position: relative;
	_left: 0px;
}
#ver{
	margin-left: 20px;
}
#copy{
	margin-left: 20px;
}
#block01{
	margin-left: 20px;
	margin-bottom: 11px;
}
#block02{
	margin-top: 12px;
	margin-left: 20px;
	margin-bottom: 10px;
}
#block03{
	margin-top: 12px;
	margin-left: 20px;
	margin-bottom: 10px;
}
#block04{
	margin-top: 20px;
	margin-left: 20px;
}
img {
	border:0;
}
#menuNavi {
	list-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
ul {
	line-height: 0px;
} 
#bgimg{
	padding: 0px;
	margin-top: 0px;
}