/* CSS Document */

body {
	/* Background stuff */
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-color: #141414;
	
	/* Set margin to zero */	
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	
	/* Align everything to center */
	text-align: center;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

body, html {
	height: 100%;
	margin: 0;
	padding: 0;
}

.breaker {
	line-height: 0px;
	height: 0px;
}

.end {
	clear: both;
}

.wrapper {
	min-height: 100%;
	position: relative;
}

.hidden 
{
	display: none;
	visibility: hidden;
}

img 
{
	border: none;
}
