/* CSS Document */
.content_box {
	background:#ffffff url('/design/bg_bozp_system.jpg') right top no-repeat;
}

h1 a {
	text-decoration:none;
}

h1 a strong {
	font-weight:900;
}

.right_column {
	text-align:center;
	padding-top:230px;
}

.right_column a.button.full {
	padding-left: 15px;
	padding-right: 15px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	background: #00b1c8;
	display:inline-block;
}

.right_column a.button.full:hover {
	background:#00C4DC;
}

.right_column p {
	padding-top:35px;
	font-size:24px;
	color:#adb4b9;
	font-style:italic;
	font-weight:300;
	line-height:26px;
	text-align:center;
}