@charset "utf-8";
/* CSS Document */
#content {
	width:100%;
	height:490px;
	overflow:auto;
	text-align:center;
	margin:auto;
}
#today {
    width:600px;
	height:100px;
	margin:auto;
	overflow:hidden;
	/*position:relative;*/
}
#company_profile {
    width:600px;
	height:200px;
	margin:auto;
	text-align:left;
	/*position:relative;
	top:50px;*/
}
#company_profile p{
	margin-left: 10px;
	margin-top: 20px;
	text-align:center;
	font-size: 14px;
	font-weight: bold;	
}
H1 {
float:none;
display:block;
text-align:left;
margin-left:20px;
margin-top:20px;
}
#company_profile a:link, #company_profile a:visited, #company_profile a:active {
	color: #CC9933;
	text-decoration: underline;
}
#company_profile a:hover {
    color: #FFFFFF;
	text-decoration: underline;
}
