@charset "UTF-8";
/* CSS Document */

*{
margin:0px;
padding:0px;
}

body {
background-color:#5F1414;
}#wrapper {
	width: 900px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#foother {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

