
/* -------------------------------------------------------------- */
/* ---------------------- MARMOT MUSIC CSS ---------------------- */
/* -------------------------------------------------------------- */


body	{
	background: url(../pictures/background.jpg) no-repeat center center fixed; 
 	-webkit-background-size: cover;
 	-moz-background-size: cover;
 	-o-background-size: cover;
 	background-size: cover;
	}

#main	{
	margin: 40px auto 40px;
	width: 90%;
	max-width: 400px;
	vertical-align: center;
	}

p, h1, h2, h3, h4, h5, h5, a {	
	font-family: sans-serif;
	font-style: italic;
	text-transform: none;
	text-align: center;
	color: #000;
	margin:3px 0px;
	}

p	{	
	font-size: 11px;
	line-height: 14px;
	padding: 0px 10px;
	}

h1	{
	font-size: 18px;
	line-height: 21px;
	text-decoration: underline;
	}

h2	{
	font-size: 15px;
	line-height: 18px;
	text-decoration: underline;
	}

h3	{
	font-size: 12px;
	line-height: 15px;
	}

h4	{
	}

h5	{	
	font-size: 9px;
	line-height: 12px;
	}

a   	{
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	}

article {
	border-bottom: 1px solid black;
	padding-bottom: 10px;
	margin-bottom: 15px;
	}


}



