body, html {
	height: 100%;
	padding: 0;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

/*BASE*/

/* @group Main */

a.header {
	display: block;
	width: 800px;
	height: 100px;
	background: url(./images/header.png) no-repeat scroll center;
}

body {
	display: block;
	background: #e9e9e9 none repeat;
	width: 800px;
	text-align: justify;
	font: normal 12px/16px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #888;
	margin: 0 auto;
	height: 100%;
}

/* @group Links */

.links {
	margin-bottom: 85px;
	list-style-type: none;
	padding: none;
	display: block;
	width: 800px;
	text-align: center;
}

.links img, .links a {
	border: none;
	padding: none;
	margin: none;
	display: block;
}

.links a.madeck {
	background-image: url(/images/madeck.png);
}

.links a.domachie {
	background-image: url(/images/domachie.png);}

.links a.forum {
	background-image: url(/images/forum.png);
}

.links a.mail {
	background-image: url(/images/mail.png);
}

.links a.cal {
	background-image: url(/images/cal.png);
}

.links a {
	float: left;
}

/* @end */

.center {
	text-align: center;
}

p.first {
	margin-top: 6px;
}

/* @group quote */

.quotem, .quoted {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
	font-style: italic;
}

.quotem:before, .quoted:before {
	content: '‟';
	font-weight: bold;
}

.quotem:after {
	content: '” ¬Madeck';
	font-weight: bold;
}

.quoted:after {
	content: '” Domachie°';
	font-weight: bold;
}

/* @end */

p {
	margin-bottom: 8px;
}

p:first-line {
	padding-left: 12px;
}

h1, h2, h3, h4 {
	margin-bottom: 24px;
}

/* @end

 */

a.footer {
	position: relative;
	bottom: 0;
	display: block;
	width: 750px;
	height: 80px;
	background: url(./images/footer.png) no-repeat scroll center;
}

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

a:hover {
	color: #111;
	text-decoration: underline;
	background-color: rgba(255,255,255,.5);
}

html, body { display: block !important; }