html, body { 
		height:100% ;
}

body {
		font-family: Helvetica, Arial, Sans-Serif;
		background-image: url(background-start.jpg);
		background-repeat: repeat-y;
		color: #C40000;
		font-size: 12px;
		line-height: 1.2;
}

h1 {
	font-size: 22px;
}



#head, #foot{
	position:relative;
	margin: 0px 5px 10px 5px;
}

#content {
	height: 400px;
}

.tease {
		display:inline;
		width: 185px;
		margin: 0 5px;
		float: left;
		text-align: right;
	/*	border:1px solid ; */
}

a:link, a:hover, a:visited {
	color: #ffffff;
	font-size: 16px; 
	font-weight:bold;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration:underline;
}
