/* CSS Document */

html { 
	width: 100%; 
	height: 100%;
	margin: 0 auto; 
	background:url(images/background3.jpg) top center;
	background-attachment:fixed;
	background-position: center top;
 }

body {
	font-family: "Times New Roman", Times, serif;
	font-size:12px; 
	margin: 0 auto;
	height: auto;

}

#container {
	width:1034px;
	height: 100%;
	margin: 0 auto;
}
#first_flash {
	width:1033px;
	height: 304px;
	float:left;
}
#second_flash {
	width:1033px;
	height: 304px;
	display:block;
	float:left;
}

.mehframe {
	width: 920px;
	height: 100%;
	background: url(images/mehFrame.png);
	background-repeat: no-repeat;
	margin: 5px 0 0 0;
float:left;
}
.vinframe {
	width: 920px;
	height: 100%;
	background: url(images/vinFrame.png);
	background-repeat: no-repeat;
	margin: 5px 25px  0 0;
	float:left;
}
#ads{
	margin-top: 100px;
	margin-right: 5px;
	float:right;
}

.mehflash {
	width: 863px;
	height: 193px;
	margin: 0 auto;
	/*background-color:#FFFFFF;*/
	margin-top: 78px;
}
.vinflash {
	width: 863px;
	height: 193px;
	margin: 0 auto;
	/*background-color:#FFFFFF;*/
	margin-top: 80px;

}

