/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
 * eatc.de: Application-Wide Cascading Style Sheet
 *
 * Copyright (c) 2005 - 2006 Erik Abele.
 * All rights reserved.
 * -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

html, body {
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

div#vcard {
	width: 526px;
	margin: 60px auto 20px auto;
}
