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

#container {
	width: 580px;
	height: auto;
	background: #FFF;
	margin: auto;
	padding-left: 0px;
	padding-right: 0px;
	overflow: hidden;
}

#main_image {
	width: 580px;
	height: 580px;
}

#title {
	width: 580px;
	height: auto;
}

#browser_info {
	width: 580px;
	height: auto;
	margin-top: 10px;
	text-align: center;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7A7672;
}

a {
	color: #7A7672;
	text-decoration: none;
	outline: none;
	border: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

.label {
	font-size: 11px;
	font-style: italic;
	color: #BFB9B4;
}

.links {
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	color: #7A7672;
	
}