@charset "UTF-8";

html {
	min-height: 100%;

}

body {
	background-color: #FFF;
	background-image: url(images/back.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666;
	text-decoration: none;
	min-height: 100%;
	height:100%;
}

.small {
	font-size:11px;
	color: #999;
}

a:link {
	color: #666;
}
a:visited {
	color: #999;
	}
a:hover {
	color: #AF000D;
	}
