
/* ---- Grund ---- */
body {
margin-top: 40px;
	font:				11px "courier";
	color:				#000;
	background-color:		#FFF;
}

.center {
	margin:				18px;
	width:				315px;
}

.main {
	margin-bottom:			20px;
	width:				315px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color:		#FFF;
}

.clear {
	clear:				both;
}

/* ---- Typografi ---- */
h3 {
	color:				#FF6699;
}

/* ---- Länkar ---- */
a:link {
text-decoration:			none;
color:					red;
}

a:hover {
text-decoration:			none;
color:					#000000;
}

a:visited {
text-decoration:			none;
color:					red;
}

a:visited:hover {
text-decoration:			none;
color:					#000000;
}

/* ---- Meny Länkar ---- */

/* ---- soundcloud ---- */
a.soundcloud {
	background-image:		url('soundcloud.png');
	width:				105px;
	height:				105px;
	float:				left;
}

a:hover.soundcloud {
	background-image:		url('soundcloudhover.PNG');
	width:				105px;
	height:				105px;
	float:				left;
}


/* ---- facebook ---- */
a.facebook {
	background-image:		url('facebook.png');
	width:				105px;
	height:				105px;
	float:				left;
}

a:hover.facebook {
	background-image:		url('facebookhover.PNG');
	width:				105px;
	height:				105px;
	float:				left;
}

/* ---- twitter ---- */
a.twitter {
	background-image:		url('twitter.png');
	width:				105px;
	height:				105px;
	float:				left;
}

a:hover.twitter {
	background-image:		url('twitterhover.PNG');
	width:				105px;
	height:				105px;
	float:				left;
}


}
}
