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

html
{
	height:100%;
	width:100%;
}

body {
	height:100%;
	width: 100%;
	padding:0px;
	margin:0px;
}

.top{
	height:97%;
	width:100%;
}


	

img.hi{
	width:auto;
	max-height:800;
	height:80%;
	margin-top:4%;
}


	
.portraits{
	height:auto;
	width:1200px;
}

.table_portraits{
	min-width:1200px;
	max-width:1400px;
	margin-top:70px;
	margin-bottom:80px;
}

.bottom_green {
	width:100%;
	margin-top:100px;
	padding-top:100px;
	padding-bottom:100px;
	background-color:#40cb09;
}

.write_to{
	font-family:Calibri, Helvetica, Arial, sans-serif;
	font-size:42px;
	padding-top:100px;
	padding-bottom:100px;
	background-color:#db4b12;
	color:#FFF;
}

.please_bottom{
	height:auto;
	max-height:1000px;
	background-color:#000;
}

img.black{
	width:100%;
	height:auto;
	margin-top:2%;
	margin-bottom:3%;
}

/* piture anim */
.image.first,.image.second {
border:0px solid transparent;
margin:0;
padding:0;
}

.image.first {
opacity:0px;
display:block;
position:absolute;
z-index:100;
transition-duration:0.2s;
-webkit-transition-duration:0.2s;
-moz-transition-duration:0.2s;
-o-transition-duration:0.2s;
-ms-transition-duration:0.2s;
}

.image.first:hover {
opacity:0.00;
}
 
div.ImgField {
display:inline-block;
background-position:center center;
background-repeat:no-repeat;
margin:0;
padding:0;
}