﻿@charset "utf-8";

/* =======================================

	CommonElements

======================================= */
body {
	font-size: 80%;
	line-height: 140%;
	font-family: Arial,Helvetica,sans-serif;
	color: #000;
	text-align: center;
	background:bak7.gif;
}

a:link { text-decoration:none; color: #ff8000;}
a:visited { text-decoration:none; color: #c40062;}
a:active { text-decoration:none; color: #000;}
a:hover { text-decoration:none; color: #000;}

h1 {
	margin-bottom: 20px;
	padding: 10px 0;
	background: #000;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
h2 {
	padding: 30px 0;
	width: 100%;
	font-size: 12px;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
h4 {
	font-size: 14px;	
	font-weight: bold;
	color: #30f;
    text-align: center;
	}
h5 {
	font-size: 15px;
	text-align: center;
}
	
#container {
	width: 100%;
	text-align: center;
}

#viewer {
	margin: 10px;
	width: 590px;
	height: 830px;
	text-align: center;
	overflow: hidden;
	position: relative;
}

#viewer img {
	top: -4px;
	left: 4px;
	position: absolute;
}
