/* CSS Document */

body {
	background-color:#ffffff;
	padding: 0px;
	margin: 0px ;
}

#container {
	width:700px;
	height:642px;
	padding: 0px;
	margin:0 auto 0 auto;
	background-color:#ffffff;
	background-image: url("./images/background.jpg");
	background-position:center;
}

#text {
	float:right;
	margin-top: 13px;
	margin-right: 65px;
	height:300px;
	width:600px;
	text-align: right;
	color: #ffffff;
	font-family: Arial, Verdana;
	font-size:13px;
	font-weight:normal;
	line-height:24px;
	font-style:italic;
}

#copyright {
	float:right;
	margin-top: 505px;
	margin-right: 0px;
	height:50px;
	width:600px;
	text-align: right;
	color: #CF0302;
	font-family:Arial, Verdana;
	font-size:9px;
	font-weight:normal;
	line-height:18px;
	font-style: normal;
}

a.copyright {
	font-family:"Trebuchet MS", Arial, Verdana;
	font-weight: bold;
	color: #CF0302;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
}

a.copyright:hover {
	color: #CF0302;
	border-bottom: 0px ;
	text-decoration: underline;
}

a {
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:16px;
	font-weight:normal;
	text-transform:none;
	color:#ffffff;
	text-decoration:none;
	padding-left:5px;
	padding-top:13px;
	padding-bottom:11px;
	margin-left:1px;
}

a:hover {
	color:#ffffff;
	border-bottom:2px solid #E40000;
}
