@charset "utf-8";

body {
	font-size: 12px;
	background-color: #ff0000;
	color: #000000;
	text-align: center; 
}
h1 {
	text-align: center;
}
div#title {
	clear: both;
	margin-left: 25px;
	padding-top: 10px;
}
div.title {
	float: left;
	width: 240px;
	height: 76px;
	text-align: center;
}
ul.thumbnail {
	clear: both;
	margin: 0 0 0 25px;
	padding: 0;
	list-style: none;
}
ul.thumbnail li {
	float: left;
	width: 80px;
	height: 132px;
	text-align: center;
}
ul.thumbnail li img {
	vertical-align: top;
}
li img {
	width: 80px;
	height: 100px;
	border-style: none;
}
div#wrap {
	background:url("./images/wrap.gif") repeat-y;
	background-color: #ffffff;
	width: 770px;
	left: 50%;
	margin-left: -385px;
	position: absolute;
}
div#header {
	width:770px;
	height:25px;
	background:url("./images/header.gif") no-repeat;
}
div#footer {
	float: left;
	width:770px;
	height:25px;
	background:url("./images/footer.gif") no-repeat;
}
dt {
	text-align: center;
	font-size: 12px;
}
a {
	font-size: 10px;
	color: #ff0000;
	text-decoration: underline;
}
a:active {
	color: #0000ff;
}
a:visited {
	color: #990000;
}
a:hover {
	background-color: #ffcccc;
	text-decoration: none;
}
a#software,
p#software {
	font-weight:bold;
	font-size: 20px;
}
