/*
// css/itvends.css
// it-vends
//
// Copyright 2011 by It Vends Authors. Consult the README file included with
// this program for further information.
*/
#header {
	font-size: 48px;
}
#footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
}
#footer div {
	width: 500px;
	position: static;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	border-color: #000;
	background: #fff;
	padding: 5px;
}

a:link,
a:visited {
	text-decoration: none;
	color: #00f;
}
a:hover,
a:active {
	text-decoration: none;
	color: #f00;
}
.hidden {
	display: none;
}
body
{
	background:#ffffff;
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
