
html {height: 100%}

body {
	background: #5e2c48;
	font-size: 62.5%;
	line-height: 150%;
	font-family: Arial, sans-serif}
	
.clr {clear: both}
	

#body_wrapper {
	background: white;
	margin: 8% 0 0 0;}
	
#content_wrapper {
	background: url("../img/bg.jpg") no-repeat bottom left;
	width: 900px;
	margin: 0 auto;
	padding: 50px 0 100px 0}
	
	#left_col {
		width: 530px;
		float: left;
		margin: 0 40px 0 0;}
		
	#right_col {
		padding: 214px 0 0 0;
		width: 320px;
		float: left;}
		
			#r_right_col {
				width: 120px;
				float: left;
				margin: 0 20px 0 0;}
				
			#r_left_col {
				width: 150px;
				float: left;}
		
#tag {
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #bf81a4;}
	
	#tag a {
		color: #bf81a4;}
		#tag a:hover {color: #ccc;}
	



/* TYPOGRAFI */
h1 {
	font-size: 4.8em;
	display: block;}
	
h1.logo {
	text-indent: -9999px;
	display: block;
	background: url("../img/logo.jpg") no-repeat;
	width: 301px;
	height: 216px;
	margin: 0 0 0 -27px;}
	

h2 {
	font-size: 1.8em;
	font-weight: normal;
	color: #9f4277;
	line-height: 120%}
	
p {
	font-size: 1.2em;
	line-height: 130%;
	color: #222;}
	
a.dl_menu {
	background: url("../img/dl_menu.jpg") no-repeat;
	display: block;
	text-indent: -9999px;
	height: 61px;
	margin: 0 0 30px 0;}
	
	a.dl_menu:hover {
		background-position: 0 -61px;}
