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

body{
	margin:0;
	padding:0;
	width:100%;
	background-color:#999;
	font-family:"Courier New", Courier, monospace;
	font-size:1.5em;
	font-weight:bold;
	line-height:1.1em;
	letter-spacing:2px;
	word-spacing: 0;
}
#main{
	width:80%;
	min-width: 600px;
	max-width: 1280px;
	margin:0 auto;	
}
#main section{
	width:90%;
	min-width:1024px;
	max-width:1280px;	
}
.preview{
	width:45%;
	float:left;
}
.preview img{
	width:480px;
}
.description{
	width:45%;
	float:right;
	font-size:0.8em;
	font-weight:normal;
	line-height:0.8em;
}
.clear{
	float:none;
	clear:both;
}
pre{
		
}
a{
	color:#000;
	text-decoration:underline;
}
a:hover{
	color:#333;
	text-decoration:none;	
}
a img{
	border:0;	
}
