body {
	background-color: rgb(255,255,255);
	font-family: "Verdana", sans-serif;
}

/* Container */
div#container {
	width: 500px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

/* Announcement */
div#announcement {
	width: 480px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 11px;
	border: 1px solid rgb(0,0,0);
	padding: 10px;
}
/* Cover */
div#cover {
	float: left;
	margin-right: 10px;
	height: 100px;
	width: 200px;
}
div#image img {
        border-style: solid;
        border-width: 1px;
        border-color: #000000;
}
div#large {
	text-align: center;
	font-size: 10px;
	color: rgb(0,0,0);
}
div#large a {
	color: rgb(0,0,0);
	text-decoration: none;
}
div#information {
	text-align: center;
	font-size: 9px;
}
span.bold {
	font-weight: bold;
}

/*/* Information */
div#info {
	float: right;
	width: 275px;
}
div#title {
	font-weight: bold;
	font-size: 16px;
}
div#subtitle {
	font-size: 11px;
}
div#author {
	font-weight: bold;
	font-size: 10px;
}
div#release {
	margin-top: 5px;
	font-weight: bold;
	font-size: 10px;
}
/*/* Description */
div#intro {
	font-size: 10px;
	float: right;
	width: 275px;
	margin-top: 20px;
}
div#description {
	font-size: 10px;
	float: right;
	width: 275px;
	margin-top: 20px;
}
div#review {
	color: rgb(0,0,0);
        font-size: 9px;
        float: right;
        width: 275px;
        margin-top: 20px;
}
