@charset "utf-8";
/* CSS Document */
*{
	padding: 0;
	margin: 0;
}
body,td,th {
	font-family: Century Gothic;
	font-size: 12px;
	color: #00b4ff;
}
body {
	background-color: #000000;
}
a {
	font-size: 12px;
	color: #ff0000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ff0000;
}
a:hover {
	text-decoration: underline;
	color: #ff0000;
}
a:active {
	text-decoration: none;
	color: #ff0000;
}

.container {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../IMAGES/bg-container.jpg);
	background-repeat: no-repeat;
}
.header {
	width: 1024px;
	height: 127px;
}

.flashItem {
	height: 401px;
	width: 1024px;
}
.latestTechNews {
	/*
	background-image: url(file:///F|/YONGSIANG/LUCINDA/ETI%20WEBSITE/WEBSITE/IMAGES/bg-lastestTechNews.jpg);
	*/
	background-repeat: no-repeat;
	width: 1024px;
	height: 39px;
	padding-top: 10px;
	padding-left: 25px;
	float: right;
}

.vMCs {
	background-color: #000000;
	background-image: url(file:///F|/YONGSIANG/LUCINDA/ETI%20WEBSITE/WEBSITE/IMAGES/bg-VMCS.jpg);
	background-repeat: no-repeat;
	height: 170px;
	width: 1024px;
	padding-top: 32px;
	padding-left: 55px;
}



.footer {
	width: 1024px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 5px;
}
.title {
	font-size: 14px;
	color: #FFFFFF;
}
.title2 {
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
}
.title3 {
	font-size: 19px;
	color: #FFFFFF;
}
.title4 {
	font-size: 19px;
	color: #FF0000;
	font-weight: bold;
}
.ContentContianer {
	width: 1024px;
}
.container_subpage {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}

.clear{
	clear: both;
}
