* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/bgimg.gif);
	background-position: center;
}

#container {
	positin: relative;
	width: 916px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#hedder {
	width: 916px;
	height: 58px;
	margin-top: 0px;
	text-align: right;
	background-image: url(images/header.jpg);
}


#companynameflame {
	positin: relative;
	width: 870px;
	height: auto;
	margin: 5px 15px 5px 15px;
	padding: 5px 5px 5px 5px;
	border-top: 1px solid #0f5d94;
	border-left: 1px solid #0f5d94;
	border-bottom: 1px solid #0f5d94;
	border-right: 1px solid #0f5d94;
	background-image: url(images/titlebg.gif);
}
#companynameflame .name {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 5px 5px 5px 10px;
	border-left: 10px solid #b6b5b5;
	color: #eeeeee;
	font-size: 120%;
	font-weight: bold;
}
#companynameflame .name {
	float: left;
	width: 700px;
	height: auto;
	margin: 0px;
	padding: 5px 5px 5px 10px;
	border-left: 10px solid #b6b5b5;
	color: #eeeeee;
	font-size: 120%;
	font-weight: bold;
}
#companynameflame .date {
	float: right;
	width: auto;
	height: auto;
	margin: 3px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #b6b5b5;
	background-color: #dce0ea;
	color: #4e4f52;
	font-size: 80%;
}
#move {
	float: left;width: 293px;
	height: 259px;
	margin-left: 15px;
}
#contents {
	float: left;
	width: 900px;
	height: 550px;
	margin-left: 3px;
}


#footer {
	width: 870px;
	height: auto;
	margin: 15px auto 4px auto;
	padding: 5px 5px 5px 5px;
	border-top: 1px solid #0f5d94;
	text-align: center;
	font-size: 70%;
}

#images {
	position: relative;

}
