#container {
	width: 1200px; height:700px; margin: 0 auto 24px auto;
	box-shadow: 0px 5px 45px #343434;
	-moz-box-shadow: 0px 5px 45px #343434;
	-webkit-box-shadow: 0px 5px 45px #343434;
}
	
#content {
	overflow: hidden; clear: both;
	height:600px;
	
	border: 1px solid black;
	background:url('../images/hinnasto.jpg')  top left no-repeat;
	
}

.contentBox{
	background-color:white;
	opacity:0.7;
	filter:alpha(opacity=40); /* For IE8 and earlier */
	float: left;
	height:180px;
	width:1200px;
	padding-top:40px;
	padding-bottom:25px;
	
	
}

.contentRight {
	padding-top:65px;
	float: right;
	font-family: "Times New Roman"; color:black;
	font-size:28px;
}

.contentRightSmallFont {
	font-family: "Times New Roman"; color:black;
	font-size:16px;
}

.contentHeaderFont {
	font-weight: bold;
	font-family: "Arial"; color:#66cc33;
	font-size:18px;
}

.contentBodyFont {
	/*font-weight: bold;*/
	font-family: "Arial"; color:black;
	font-size:18px;
}

.contentBodyFont2 {
	opacity:0.7;
	filter:alpha(opacity=40); /* For IE8 and earlier */
	font-family: "Arial"; color:black;
	font-size:22px;
}
		
#footer {
	width: 1200px; margin: 1 auto; height: 80px;
	font-size: 12px;
	border: 1px solid black;
}
