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

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}

a img {
	border: none;
} 

a {   
	outline: none;
	text-decoration:none;
	color:#633;
}

a:hover {   
	outline: none;
	text-decoration:none;
	color:#933;
}

#base {
	margin-right:auto;
	margin-left:auto;
	background-image:url(../img/bg.jpg);
	background-repeat:no-repeat;
	width:1024px;
	height:750px;
}

#page {
	padding-left:10px;
	margin-top:2px;
	overflow: auto;
	width:590px;
	height:520px;
}


#photo {
	padding-left:10px;
	margin-top:5px;
	overflow: auto;
	width:580px;
	height:520px;
}


#pagescroll {
	padding-left:10px;
	margin-top:5px;
	overflow: auto;
	width:580px;
	height:520px;
}

.tabs {
	border: 1px dotted grey;
	padding: 3px;
}

.play {
	color:#f9f8e6;
	text-decoration:none;
}
