body	{
		background-color: #f7f6f7;
		background:#000 url(../build/bg_blackwithglow2.jpg) no-repeat;
		background-position: top center;
		color: #ffffff;
		font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
		font-size: 14px ;
		letter-spacing: 0.1em;
	}
strong {
		font-weight: bold;
	}
p {
		margin-bottom: 20px;
	}

/* TYPOGRAPHY */
h1 {
		font-size: 40px;
		letter-spacing: -0.025em;
		margin-bottom: 14px;
	}
h3 {
		font-size: 16px;
		margin-bottom: 4px;
	}
h4 {
		color: #fe186b;
		font-size: 13px;
		font-weight: bold;
		margin-bottom: 4px;
	}

a:link {
		color: #fff;
		text-decoration: none;
	}
a:visited {
		color: #fff;
		text-decoration: none;
	}
a:hover {
		color: #fff;
		text-decoration: underline;
	}
a:active {
		color: #fff;
		text-decoration: none;
	}

/* THROW OUT THE BOXES */
#slidemenu a:hover {
		text-decoration: none;
	}
#container	{
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		padding-bottom: 0px;
		width: 900px;
		height: 630px;
		border: 0px solid #ff0091;
	}

#containersplash {
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
		padding-bottom: 0px;
		width: 650px;
		height: auto;
		border: 0px solid #ff0091;
	}

.container	{
		width: 850px;
		height: 625px;
		/*
		background-color: pink;
		*/
	}

.header {
		float: left;
		height: 75px;
		height:auto;
		margin-bottom: 5px;
		position: relative;
		width: 100%;
		/*
		background-color: #ccc;
		*/
		font-size:0.1px;
	}
	
.eptitle {
		float: left;
		height: 50px;
		margin-top: 10px;
		position: relative;
		width: 100%;
		/*
		background-color: #ccc;
		*/	
	}

.leftcol {
		display: inline;
		float: left;
		height: 550px;
		width: 550px;
		position: relative;
	}

.rightcol {
		display: inline;
		float: left;
		height: 550px;
		/*
		margin-left:15px;
		kod ovan gjorde en glitch, 
		provar att ta bort och lagga till fuldivmargin
		i korden istallet
		*/
		margin-left: 0px;
		position: relative;
		width: 285px;
		/*
		background-color: #bbb;
		*/
	}
.margindiv {
		width: 15px;
		height: 550px;
		float: left;
		display: inline;
		font-size: 0.1px;
		/*
		background-color: yellowgreen;
		*/
	}
.tracks {
		position: absolute;
		left: 0px;
		top: 0px;
		height: 150px;
		width: 100%;
		z-index: 333;
		/*
		background-color: #009593;
		*/
	}

.menu {
		position: absolute;
		left: 0px;
		bottom: 0px;
		/*
		min-height: 100px;
		*/
		height: auto;
		width: 100%;
		z-index: 334;
		/*background-color: #9e0050;*/
		line-height:130%;
	}
.left {
		float: left;
	}
.right {
		float: right;
	}
.noshow {
		display: none;
	}
.clearfix:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.block {
		display: block;
	}

/* MENU */
div.menu ul ul {
	padding-left: 20px;	
	}
	
object, embed {
	margin-bottom:10px;
	}
