html, body {
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 11px;
	height: 100%;
	background: #000;
	color: #333;
	overflow: hidden;
}

img {
	border: none;
}

.clear{
    clear: both;
    padding: 0;
    margin: 0;
    height: 0px;
    width: 0;
	line-height: 0.1px;
	font-size: 0;
}

div.comic_content {
	width: 200px;
	height: 200px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: bottom left;
	float: left;
	margin: 10px;
	opacity: 0.3;
	filter: alpha(opacity = 30);
}

#wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
}

div.pointer {
	border-style: solid;
	height: 0px;
	line-height: 0px;
	width: 0px;
	z-index: 5;
	cursor: pointer;
	position: absolute;
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

#g-tl {
	border-bottom-color: transparent;
	border-bottom-width: 20px;
	border-left-color: #fff;
	border-left-width: 20px;
	border-right-color: transparent;
	border-right-width: 20px;
	border-top-color: transparent;
	border-top-width: 0px;
	margin-top: 10px;
	margin-left: 10px;
}

#g-tr {
	border-bottom-color: transparent;
	border-bottom-width: 20px;
	border-left-color: transparent;
	border-left-width: 20px;
	border-right-color: #fff;
	border-right-width: 20px;
	border-top-color: transparent;
	border-top-width: 0px;
	margin-top: 10px;
	margin-right: 10px;
}

#g-bl {
	border-bottom-color: #fff;
	border-bottom-width: 10px;
	border-left-color: #fff;
	border-left-width: 10px;
	border-right-color: transparent;
	border-right-width: 10px;
	border-top-color: transparent;
	border-top-width: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#g-br {
	border-bottom-color: #fff;
	border-bottom-width: 10px;
	border-left-color: transparent;
	border-left-width: 10px;
	border-right-color: #fff;
	border-right-width: 10px;
	border-top-color: transparent;
	border-top-width: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}

#g-t {
	border-bottom-color: #fff;
	border-bottom-width: 20px;
	border-left-color: transparent;
	border-left-width: 20px;
	border-right-color: transparent;
	border-right-width: 20px;
	border-top-color: transparent;
	border-top-width: 0px;
	margin-top: 10px;
}

#g-b {
	border-bottom-color: transparent;
	border-bottom-width: 0px;
	border-left-color: transparent;
	border-left-width: 20px;
	border-right-color: transparent;
	border-right-width: 20px;
	border-top-color: #fff;
	border-top-width: 20px;
	margin-bottom: 10px;
}

#g-l {
	border-bottom-color: transparent;
	border-bottom-width: 20px;
	border-left-color: transparent;
	border-left-width: 10px;
	border-right-color: #fff;
	border-right-width: 20px;
	border-top-color: transparent;
	border-top-width: 20px;
	margin-top: 10px;
}

#g-r {
	border-bottom-color: transparent;
	border-bottom-width: 20px;
	border-left-color: #fff;
	border-left-width: 20px;
	border-right-color: transparent;
	border-right-width: 10px;
	border-top-color: transparent;
	border-top-width: 20px;
	margin-top: 10px;
}

/* dock - bottom */
#dock {
	width: 100%;
	bottom: 40px;
	position: absolute;
	left: 0px;
	z-index: 5;
	height: 1px;
	text-align: center;
}

.dock-container {
	position: absolute;
	height: 50px;
	top:-50px;
	background: url('../images/dock.png');
}

a.dock-item {
	display: block;
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px;
	/*color: #aaa;*/
	color: #FFF;
	bottom: 0px;
	position: absolute;
	text-align: center;
	text-decoration: none;
}

.dock-item span {
	display: none;
}

.dock-item img {
	border: none;
	width: 100%;
}
