/*
Theme Name: Decayed
Theme URI: http://templates.arcsin.se/
Version: 1.0
Description: A dark trash style two-column Wordpress theme. Based on the <a href="http://templates.arcsin.se/">free website template</a> Decayed.
Author: Viktor Persson
Author URI: http://arcsin.se
*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

body {
	background: #000 url('welcome_images/background.jpg') no-repeat; /*  url(img/bg.jpg) repeat-x; */
	background-position: center center;
	color: #2d1f04;
	font: 16px; 
	font-family:"Felix Titling", "Perpetua Titling MT", Georgia, serif;
}

img {
	border: 0px;
}

/* structure */
#container {
	font-size: 2.5em;

}
div#mainImg {
	text-align: center;
	width: 600px;
	margin: auto;
	margin-top: 130px;
}
div#title {
	float: left;
	width: 600px;
	margin-left: 275px;
}


/* content */
#content {
	text-align: center;
}

a:link, a:visited {
	color: #2d1f04;
	text-decoration: none;
}
a:hover {
	color: #404f3e;
}


