@charset "UTF-8";

/*--------------------------------------------
	SimpleViewer
--------------------------------------------*/
/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
	}

#flashcontent {
	height: 100%;
	}

/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	letter-spacing: 0.3pt;
	line-height: 1.2;
	background-color: #181818;
	}

h1 {
	position: relative;
	padding: 0 0 0 10px;
	font-weight: normal;
	font-color:  #181818;
	font-size: 90%;
	text-align: left;
	}


div#link {
	padding: 0 20px 0 0;
	text-align: right;
	font-weight: normal;
	font-size: 80%;
	color:#ffffff;
	}

/*--------------------------------------------
	link
--------------------------------------------*/

a {
	color: #C48888;
	text-decoration: none;
	}

a:hover {
	color: #993300;
	text-decoration: underline;
	}
