/* Default Styles */
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #32425C;
	color: #FFFFFF;
	font-family: arial;
	font-weight: bold;
}

img {
	border: 0px;
	behavior: url('htc/iepngfix.htc');
}

a {
	text-decoration: none;
	color: #000000;
}

h2 {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 20px;
}

/* ID Styles */
#main {
	width: 996px;
	height: 681px;
	margin: auto;
	margin-top: 50px;
	background: url('../img/background.jpg') no-repeat;
	position: relative;
}

#comic_creator {
	height: 136px;
	text-align:center;
	padding-top: 20px;
}

#home {
	background: url('../img/home.png') no-repeat;
	behavior: url('htc/iepngfix.htc');
	width: 610px;
	height: 436px;
	position: absolute;
	top: 100px;
	left: 200px;
}

#home_text {
	width: 90%;
	margin: auto;
	margin-top: 210px;
	text-align: center;
	font-size: 0.8em;
	color: #000000;
	z-index: 10;
}

#help {
	width: 622px;
	height: 371px;
	position: absolute;
	top: 150px;
	left: 220px;
}

#help_wrapper {
	width: 100%;
	height: 100%;
	behavior: url('htc/iepngfix.htc');
	background: url('../img/help.png') no-repeat;
	display: block;
	float: left;
}

#help_text {
	width: 590px;
	height: 330px;
	margin: auto;
	margin-top: 20px;
	text-align: justify;
	font-size: 1em;
	color: #000000;
	overflow: auto;
	z-index: 10;
position: relative;
}

#logo_ama {
	width: 168px;
	height: 68px;
	position: absolute;
	top: 460px;
	left: 30px;
}

#logo_longtail {
	width: 74px;
	height: 100px;
	position: absolute;
	top: 435px;
	left: 890px;
}

#navigation {
	position: absolute;
	top: 570px;
}

#navigation * {
	margin-left: 10px;
	margin-right: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

#copyright {
	text-align: center;
	font-size: 0.8em;
	margin: 0px;
}

/* Class Style */
.active {
	text-decoration: underline !important;
}

.underline {
	text-decoration: underline;
}

.e {
	vertical-align: middle;
}

.m-t30px {
	margin-top: 30px;
}

.m-t30b10px {
	margin-top: 30px;
	margin-bottom: 10px;
}