@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-size: 12px;
	color: #666;
}
body {
	background-color: #fff;
	margin: 0px;
	background-image:url(img/bg.jpg);
	background-repeat: repeat-x;
}

img {
	border: 0;
}

#contact_link {
	position:absolute;
	top:0;
	right:0;
}

#content {
	min-height: 300px;
	max-width: 350px;
	margin: 200px 0 0 50px;
}

h1 {
	font-family: 'Passion One', cursive;
	color: #ffa800;
	font-size: 100px;
	margin: 0;
}

p {
	margin: 0 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

a {
	font-weight: bold;
	color: #ffa800;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

a:hover {
	text-decoration: underline;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul li {
	display: inline-block;
}

li a {
	margin: 0 20px 0 0;
	padding: 0 0 0 25px;
}

a.email {
	background-image:url(img/email.jpg);
	background-repeat:no-repeat;
	background-position:left;
}
a.fb {
	background-image:url(img/fb.jpg);
	background-repeat:no-repeat;
	background-position:left;
}
a.spotify {
	background-image:url(img/spotify.jpg);
	background-repeat:no-repeat;
	background-position:left;
}