html {
	height: 100%;
	width:100%;
	margin: 0px;
	padding:0px;
	background-color: #000000;
	overflow-y: scroll;

}
body {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	line-height: 15px;
	height: 100%;
	width:100%;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
		
}

img {
	border: 0px solid #000000;
}

.pic {
	border: 2px solid #000000;
}

.pic:hover {
	border: 2px solid #ffffff;
}

#mainframe {
	position: relative;
	width: 100%;
	height: 100%;
	min-width: 1150px;
	min-height: 700px;
	top: 0px;
	left: 0px;
	background-color: #000000;
	
}

#topframe {
	position:relative;
	top:0px;
	height:65%;
	min-height:500px;
	width:100%;
	min-width: 600px;
	text-align:center;
	vertical-align: center;
	background-color: #000000;
	padding-bottom: 20px;
}

#downframe {
	position:relative;
	bottom:0px;
	height:30%;
	min-height:200px;
	width:100%;
	text-align:center;
	vertical-align: center;
	background-color: #000000;
}

.imp1 {
	color: #333333;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
}
	
	