body{
	font-size: 12px;
	font-family: Tahoma;
	color: #fff;
	text-align: center;
	padding: 0;
	margin: 0;
	background: #000;
}

H1{
	font-size: 20px;
	font-weight: 100;
	color: #00ff36;
	padding: 10px 0 0 0;
	margin: 0;
}

H2{
	font-size: 18px;
	font-weight: 100;
	color: #00ff36;
	padding: 10px 0 0 0;
	margin: 0;
}

img{
	border:  0;
}

p{
	padding: 5px 0;
	margin: 0;
}

a:link, a:active, a:visited{
	text-decoration: none;
	color: #00ff36;
}

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

a.bfdown:link, a.bfdown:active, a.bfdown:visited{
	font-size: 18px;
	text-decoration: none;
	color: #000000;
}

a.bfdown:hover{
	font-size: 18px;
	text-decoration: underline;
	color: #000000;
}



.main{
	width: 790px;
	text-align: left;
	margin: 5px auto;
}


.header{
	overflow: hidden;
}
	.header .intro{	
		width: 400px;
		margin: 25px 50px 0 50px;
		float: left;
	}
	.header .menuPart{
		text-align: center;
		padding: 10px 0 0 0;
	}
		.header .menuPart a{
			font-size: 14px;
			color: #00ff36;
		}
	.header a.logo{
		display: block;
		width: 145px;
		height: 75px;
		margin: 25px 0;
		background: url("../images/logo.jpg") no-repeat;
		float: left;
	}
	.header .download{
		width: 120px;
		height: 120px;
		text-align: center;
		background: url("../images/downloadButtonBackground.jpg") no-repeat;
		float: left;
		clear: right;
	}
		.header .download a{
			display: block;
			color: #fded9f;
			padding: 32px 0 0 2px;
		}

.examlpe{
	overflow: hidden;
}
	.examlpe img{
		margin: 0 10px 10px 0;
		border: 1px solid #fff;
		float: left;
	}
	.examlpe p{
		padding: 0;
	}


.preview{
	overflow: hidden;
	margin: 5px 0 0 0;
}
.preview #arrow{
	display: block;
	font-size: 20px;
	font-weight: 700;
	color: #00ff36;
	margin: 60px 5px 0 5px;
	float: left;
}
.preview #arrow:hover{
	color: #fff;
	text-decoration: none;
}
.preview a:hover img{
	border: 1px solid #00ff36!important;
}
.preview img{
	margin: 0 1px 9px 1px!important;
	border: 1px solid #999!important;
	float: left;
}

.showImage{
}
	.showImage img{
		border: 1px solid #fff!important;
	}
	.showImage H2{
		padding: 0!important;
		margin: 5px 0!important;
	}
	.showImage H2 span{
		font-size: 12px;
		font-weight: 100;
		color: #fff;
		margin: 0 0 10px 0;
	}
.fleft{
	float: left;
}

.footer{
	height: 50px;
	border-top: 1px solid #fff;
	text-align: center;
	padding: 10px 0;
	margin: 10px 0;
}
