a:link { 
    color: #666666; 
	text-decoration: none; 
}
a:visited { 
	color: #666666; 
	text-decoration: none; 
}
a:active  { 
	color: #666666; 
	text-decoration: none; 
}
a:hover   { 
	color: #808080; 
	text-decoration: underline; 
}
a.timeline {
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}
a.timeline:hover {
	color: #808080; 
}
body {
    color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(img/background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.content {
	font-size: 12px;
	height: 450px;
	width: 650px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -225px;
	margin-left: -325px;
	border: none;
}

.input_200 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	background-color: #FFFFFF;
	border:1px solid #333333;
	width: 200px;
}

.input_450 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	background-color: #FFFFFF;
	border:1px solid #333333;
	width: 450px;
}