* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	color: #f0f0f0;
	font: 12px/18px 'Trebuchet MS', Arial, sans-serif;
	text-align: center;
	background-color: #010101;
}

img {
	border: none;
	display: inline;
}

/*<group=hacks>*/
.clearfix {
	display: inline-table;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

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

ul {
	list-style-type: none;
}

hr.clear {
	clear: both;
	visibility: hidden;
}

#container {
	width: 780px;
	height: 600px;
	margin: 0 auto;
	position: relative;
	background: transparent url('/fgallery/intro/images/background.jpg');
	text-align: left;
/*	border: 1px solid #f00;*/
}

h1 {
	display: block;
	width: 2px;
	height: 2px;
	overflow: hidden;
	padding-left: 10px;
}

#detailed {
	width: 300px;
	height: 150px;
	overflow: auto;
	position: absolute;
	top: 250px;
	left: 20px;
	text-align: right;
/*	border: 1px solid #f0f0f0;*/
}
#detailed p {
	margin: 0 10px 14px 10px;
}

#catch {
	position: absolute;
	top: 75px;
	left: 560px;
	font-size: 32px;
	font-weight: bold;
}
#catch li {
	margin-bottom: 16px;
}
#catch .first {
	
}
#catch .first strong {
	color: #00f;
}
#catch .second {
	margin-left: 24px;
}
#catch .second strong {
	color: #f90;
}
#catch .third {
	margin-left: 12px;
}
#catch .third strong {
	color: #0cfe00;
}

#access {
	position: absolute;
	bottom: 2px;
	left: 580px;
}
#access li {
	margin-bottom: 10px;
}
#access a {
	display: block;
	width: 180px;
	height: 40px;
	background: transparent url('/fgallery/intro/images/button.png');
	text-align: center;
	line-height: 40px;
	color: #f0f0f0;
	text-decoration: none;
}
#access a:hover {
	text-decoration: underline;
}

#separator {
	margin: 30px 0;
	height: 160px;
	background: transparent url('/fgallery/intro/images/arrows.gif') no-repeat center;
}

#more {
	width: 700px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	margin-bottom: 40px;
}
h2 {
	color: #555;
	margin-bottom: 10px;
	font-weight: normal;
}
.col {
	float: left;
	width: 330px;
}
.col.last {
	margin-left: 20px;
}
h3 {
	color: #ddd;
	margin: 24px 0 4px 0;
}
#more p {
	color: #aaa;
}
#more p.intro {
	font-weight: bold;
	font-size: 12px;
	color: #ddd;
}
#more #footer {
	text-align: center;
	color: #666;
	margin-top: 40px;
}
#more img.left {
	float: left;
	margin-right: 10px;
}
#more img.right {
	float: right;
	margin-left: 10px;
}