/*** Startsida ***/
html, body { height: 100%; overflow: hidden; }
#footer { display:none; }
#siteWrapper { width: 100%; padding: 0; margin: 0; }
#start_content { position:relative; width:100%; height:2000px; margin: 0 auto;
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center 0;
}

#start_content #text_holder { width: 260px; position: absolute; top: 4%; right: 18%; background: transparent; padding: 12px; 
	/*opacity: 0.79;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=79)";
	filter: alpha(opacity=79); */
}

#start_content #text_holder p { color: #fff; font-size: 1.4em; text-align:left; margin: 8px; line-height: 1.4em; }
#start_content #text_holder img { margin-bottom: 8px; }
