@charset "utf-8";
/* CSS Document */

body {
	color: #000;
	background-color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper{
	height: auto;
	width: 370px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	padding: 0px;
}
#footer{
	height: auto;
	width: 370px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #CCC;
	text-decoration: none;
	margin-bottom: 30px;
}
.imgborder{
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}

