Description: Theme base for Aspect - Comic Genesis
Author URI: http://aspectstory.comicgenesis.com

* { margin:0; padding:0; }

html,body { height: 100%;
	margin:0;
	width: 100%;
	padding:0;
	text-align: center;
}

body
{
	background: #000066;
	color:	#DFF;
	font-family: "Myriad Pro","Gill Sans", Tahoma, Verdana, sans-serif;
	font-size: 10pt;
	text-align: center;
}

p { text-indent: 2em; margin-top: 1em; margin-bottom: 0; }

a {
	color:	#3FF;
	text-decoration: none;
}
a:hover {
	color:	#FFF;
	text-decoration: underline;
}

a:visited {
    color: #3CC }

#hdr0 {
	background: #FFF;
	margin: 0 px auto;
}

#hdr {
	background: #4a6388 url('images/background.png') repeat-x center top;
	margin: 0px auto;
	height:	175px;
}

#h1 {
		font-size: 20pt}

#comment {
		text-align: left;
		padding-left: 1em;
		padding-top: 1em;
		padding-bottom: 1em;
		padding-right: 1em;
		}

#comic {

    background: #000066 url('images/button.png');
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 2em;
    padding-bottom: 1em;
    text-align: center;
}

#sig {
    margin-top: 1em;
	margin-left: 3em;
	margin-right: 3em;
	bottom: 1em;
    padding-top: 1em;
    border-top: thick dotted;
    text-align: left;

    }
    
