/*
	Copyright (C) 2008 Jan Stępień
	This work is licensed under
	Creative Commons Attribution-Share Alike 3.0 License.
	Details and the full license can be acquired at the following address:
	http://creativecommons.org/licenses/by-sa/3.0/
*/
html, body {
	background-color: #000;
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}
a {
	text-decoration: none;
	border-bottom: 1px dotted #f19200;
	color: #f19200;
}
a:visited {
	border-bottom: 1px dotted #d98400;
	color: #d98400;
}
a:hover {
	border-bottom: 1px dotted #000;
}
div#content {
	padding: 20px 20px 0 20px;
	margin: 0 auto 10px;
	width: 940px;
	background: #eee url('/~jan/corner.png') no-repeat left bottom;
}	
div#wishes {
	width: 760px;
	padding: 0 200px 10px 0;
	margin: 0;
	min-height: 160px;
	background: url('/~jan/penguin.png') no-repeat right bottom;
}
div#content h1 {
	margin: 0;
	padding: 0;
}
div#footer {
	margin: 10px auto 10px;
	width: 980px;
	font-size: x-small;
	color: #f19200;
	text-align: center;
}
div#footer a, div#footer a:visited {
	color: #eee;
	border-bottom: 1px dotted #eee;
}
div#footer a:hover {
	color: #eee;
	border-bottom: 1px dotted #f19200;
}
