
div#container
{
	width: 850px;
	position: relative;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
body
{
	text-align: center;
	margin: 0;
}





a
{
	
}
a:link
{
	font-family: "Times New Roman"; text-decoration: underline; font-style: normal; font-weight: normal; font-size: 18px; color: #ff0000;
}
a:visited
{
	font-family: "Times New Roman"; text-decoration: underline; font-style: normal; font-weight: normal; font-size: 18px; color:#ff0000;
}
a:hover
{
	font-family: "Times New Roman"; text-decoration:underline; font-style: normal; font-weight: normal; font-size: 18px; color: #008000;
}
a:active
{
	font-family: "Times New Roman"; text-decoration: underline; font-style: normal; font-weight: normal; font-size: 18px; color: #ffff00;
}




html
{
	background: url(../images/background_01.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-0-background-size: cover;
	background-size: cover;
}



