

body {
	background:#06075A url(img/top/background.jpg) no-repeat;
	margin: 30px 0;
}

table{
	border-collapse: collapse;
}

p{
	color: #ffffff!important;
}

a{
	color: red!important;
}

#mainphoto {
	position: absolute;
	left: 297px;
	top: 0px;
}

#welcome {
	position: absolute;
	top: 29px;
	left: 27px;
	background: url(img/top/welcome.jpg) no-repeat;
	width: 447px;
	height: 51px;
	z-index: 1;
}

#welcome p{
	visibility: hidden;
}

#message{
	position: absolute;
	left: 27px;
	top: 450px;
	z-index: 1;
	width: 580px;
	font-size: 12px;
}

#message p{
	margin: 0.5em 0;
}

#message h1{
	font-size: small;
	color: white;
	margin: 0;
}

#thumbnail{
	position: absolute;
	top: 105px;
}
#thumbnail img{
	margin-bottom: 12px;
}

#firstrow{
	width: 70px;
	position: absolute;
	left: 27px;
}

#secondrow{
	width: 70px;
	position: absolute;
	left: 140px;
}

#thirdrow{
	width: 70px;
	position: absolute;
	left: 252px;
}

#certification{
	position: absolute;
	top: 490px;
	left: 640px;
}

#topnews{
	display: block;
	font-weight: bold;
	color: #ff3300;
	font-size: 17px;
}
#topinformation{
	display: block;
	width: 250px;
	border: 3px solid yellow;
	padding: 10px;
	font-size: small;
	font-weight: bold;
	position: relative;
	left: 500px;
}

#topinformation a{
	color: #fff!important;
}