* {
	outline:none;
}
a {
	color:#0088CE;
	text-decoration:none;
}
body {
	background:url("../style/ot_bg.jpg");
	background-attachment:fixed;
	background-position:center center;
}
html,body {
	font-family:Arial, sans-serif;
	font-size:14px;
	color:#000000;
	margin-top:10px;
	padding:0;
}
#header {
	width: 200px;
	height: 200px;
	margin: 0 auto;
}
#content {
	max-width:756px;
	padding:10px;
	margin:0px auto;
	position:relative;
	margin-top:25px;
	margin-bottom:30px;
	background-color:#e6e5cf;
	border:8px solid #fff;
	text-align:center;

	-moz-box-shadow: 0 0 10px 5px #888;
	-webkit-box-shadow: 0 0 10px 5px #888;
	box-shadow: 0 0 10px 5px #888;
}
#content img {
	margin:2px;
	border:1px solid #e6e5cf;
}
#content img:hover {
	border:1px solid #fff;
}
#footer {
	width:250px;
	height:60px;
	margin:0px auto;
	border-top:1px solid #444444;
	padding-top:10px;
	font-family:Georgia, sans-serif;
	text-align:center;
}
#footer p {
	margin:3px;
}