@charset "UTF-8";

* {
	margin:0;
	padding:0;
	border:none;
	color:#000000;
	font-size:100%;
	font-weight:normal;
	text-decoration:none;
	line-height:1.0;
}

img {
	vertical-align: bottom;
	border:none;
}

body {
	color:black;
	background:white;
	text-align:center;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}

a:hover img {
	filter:alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	-webkit-opacity: 0.8;
	opacity: 0.8;
}

#container {
	width:900px;
	position:relative;
	margin:10px auto;
}

#col1-1,
#col2-1 {
	margin-bottom:30px;
}
#col1-2 > img,
#col2-2 > img {
	display:block;
	margin-bottom:5px;
}
#col1-2 {
	margin-bottom:60px;
}