html {

}

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body{
	background-image: url(../img/bg.jpg);
	margin: 5px 0;
}

h1 {
	position: absolute;
	top: 960px;
	left: 0;
}

.networkservice {
	position: absolute;
	top: 840px;
	left: 140px;
}


#container {
	width: 740px;
	margin: 0 auto;
	position: relative;
}


#comic {
	background-image: url(../img/shadow.jpg);
	position: relative;
	width: 740px;
	height: 850px;
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
}

#comic img {
}

#comic ul {
	list-style: none;
}


.gray {
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
}

#next {
	position: absolute;
	top: 0;
	left: 370px;
	width: 370px;
	height: 820px;
	text-align: right;
}

#next img, #back img {
	padding: 330px 10px 330px 10px;
}

#back {
	position: absolute;
	top: 0;
	left: 0;
	width: 370px;
	height: 820px;
	text-align: left;
}

#official {
	font-size: 11px;
	text-align: left;
	width: 300px;
	position: absolute;
	top: 20px;
	left: 331px;
}


.nav {cursor: pointer}

#footer {
	font-size: 10px;
	position: absolute;
	top: 1050px;
	left: 335px;
	width: 400px;
	text-align: right;
}

#footer img {
	padding-bottom: 10px;
	font-size: 10px;
}


p {
	margin: 0 0 1em 0;
}

a {
	color: #06d;
	text-decoration: none;
}

a:hover {
	color: #039;
	text-decoration: underline;
}

a:active {
	color: #f03;
	text-decoration: underline;
}

a:visited {
	color: #039;
	text-decoration: underline;
}

.floatLeft {
	float: left;
	margin: 0 10px 10px 0;
}

.floatRight {
	float: right;
	margin: 0 0 10px 10px;
}

.alignCenter {
	text-align: center;
}

.allClear {
	clear: both;
}

.clearfix {zoom:1;}
.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;
}
