@charset "UTF-8";


body, div, img, p {
	margin: 0px;
	padding: 0px;
}

p {
	margin-bottom: 5px;
}

html, body {
	background-color: #fff;
	font-family: Arial, "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
	height: 100%;
}

body {
	text-align: center;
}

a img { border:0 }

a, a:focus, a:active {
	color: #000;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #000;
}

#wrapper {
	margin-top: 150px;
}

#main_center {
	width:380px;
	font-family: Arial, "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	text-decoration: none;
	margin: auto;
	padding: 10px;
	border: 1px solid #7f7f7f;
}
