* {
	border:none;
	margin:0;
	padding:0;
}
body {
/*	background:#010110;*/
	background:#010110 url(communication.gif) center center repeat-x fixed;
	color:#aaa;
	font-size:15px;
}
#wrap {
	position:absolute;
	width:100%;
	height:100%;
	overflow:hidden;
}
#nav{
	position:absolute;
	top:50%;
	left:0px;
	width:100%;
	background:transparent url(nav.png) bottom center repeat-x;
	color:#999;
	text-align:center;
	z-index:100;
	height:50px;
}
html > body div#nav {
	position: fixed;
	top:0px;
	left:0px;
 }
#nav a:link,#nav a:visited{
	text-decoration:none;
	position:relative;
	padding:10px;
	top:10px;
	color:#fff;
	font-size:1.2em;
	font-family: "Adobe Garamond Pro", "Adobe Garamond", Garamond, Georgia, Times, "Times New Roman";
}
#nav a:hover,#nav a:active{
	text-decoration:underline;
	color:#aaa;
	border:none;
}
#footer{
	position: absolute;
	bottom:0px;
	right:0px;
	height:45px;
	background:transparent url(footer.png) top center repeat-x;
	color:#aaa;
	z-index:100;
	font-size:11px;
	width:100%;
	text-align:right;
}
html > body div#footer {
	position: fixed;
	bottom:0px;
	right:0px;
}
#footer p {
	padding:15px;
	font-family: "Adobe Garamond Pro", "Adobe Garamond", Garamond, Georgia, Times, "Times New Roman";
}
#footer a:link,#footer a:visited{
	text-decoration:underline;
	color:#fff;
}
#footer a:hover,#footer a:active{
	color:#aaa;
}
.hidden{
	display:none;
}
#extender{
	position:absolute;
	top:600%;
	right:0px;
	height:20px;
	margin-top:-20px;
}
.mainContent {
	z-index:10;
	background:transparent;
	height:400px;
	width:600px;
	margin-top:-200px;
	margin-left:-300px;
	position:absolute;
	left:50%;
	top:50%;
}
/** Content0 **/
#content0 {
	top:100%;
	height:350px;
	width:700px;
	margin-top:-175px;
	margin-left:-350px;
}
#top {
	position:absolute;
	top:50%;
	left:0px;
}
.logo{
	float:left;
	width:349px;
	margin-top:16px;
}
.intro{
	float:right;
	width:300px;
}
/** Content1 **/
#content1 {
	top:250%;
	width:500px;
	margin-left:-250px;
}
#foretaget {
	position:absolute;
	top:200%;
	left:0px;
}
/** Content2 **/
#content2 {
	top:350%;
	width:800px;
	margin-left:-400px;
}
#tjanster {
	position:absolute;
	top:300%;
	left:0px;
}
/** Content3 **/
#content3 {
	top:450%;
}
#portfolio {
	position:absolute;
	top:400%;
	left:0px;
}
#previews {
	width:600px;
	overflow:hidden;
	height:250px;
	text-align:left;
}
.preview {
	width:600px;
}
#previewNav {
	text-align:center;
	padding-top:5px;
}
#previewNav a:link,#previewNav a:visited {
	background:#6060a8;
	padding:2px 4px;
	text-decoration:none;
	font-family:Verdana,Arial,Helvetica;
	color:#fff;
}
#previewNav a:hover,#previewNav a:active {
	background:#d8d8ef;
	text-decoration:none;
	color:#000;
}
/* Text styles */
p {
	margin:1px 0 7px 0;
	font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
}
h1 {
	color:#fff;
	font-size:1.8em;
	font-weight:bold;
	font-family: "Adobe Garamond Pro", "Adobe Garamond", Garamond, Georgia, Times, "Times New Roman";
}
h2 {
	color:#fff;
	font-size:1.4em;
	font-weight:bold;
	font-family: "Adobe Garamond Pro", "Adobe Garamond", Garamond, Georgia, Times, "Times New Roman";
}
a:link,a:visited {
	color:#fff;
}
#MU_link{
	height:65px;
	width:236px;
	padding:40px 0;
	background: transparent url(MU.png) center center no-repeat;
	text-align:center;
}
#MU_link a{
	font-family: "Adobe Garamond Pro", "Adobe Garamond", Garamond, Georgia, Times, "Times New Roman";
	font-size:1.5em;
}