/* Atatonic.com - project styles
----------------------------------------------------------

@package:	atatonic CSS framework 2009	
@Author: 	Tim Benniks <tim@timbenniks.com>
@Changed: 	01-02-2009

---------------------------------------------------------- */


body {
	font: 13px/18px Georgia, "Times new roman", serif;
	color: #111;
	/*background: #fff url(../images/gridbg.gif);*/
}

.zp-wrapper {
	width: 400px;
	display: block;
}

h1 {
	background: #fff url('../images/atatonic.jpg') top center no-repeat;
	width: 400px;
	height: 339px;
	text-indent: -9999px;
	margin: 0 0 21px;
}

p {
	text-align: center;
}

p.big, h2 {
	font: 18px/36px Georgia, "Times new roman", serif;
	font-weight: normal;
	font-style: italic;
	color: #171717;
	margin: 0 0 18px 0;
	text-align: center;
}

footer {
	margin: 36px 0 0 0;
	font-size: 12px;
	font-style: italic;
	color: #ccc;
}

	footer a {
		color: #bbb;
		text-decoration: none;
		border-bottom: 1px dotted #bbb;
	}
	
	footer p {
		margin: 0;
	}