/*
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-red.gif') no-repeat; /*  url(img/bg.jpg) repeat-x; */
	color: #c01211;
	font: normal 62.5%; 
	font-family: "Algerian","Baskerville Old Face",Georgia,Verdana,Arial,Helvetica,sans-serif;
	padding-left: 90px;
}

img {
	border: 0px;
}

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

/* content */
#content {
	left: 265px;
	position: absolute;
	top: 70px;
	width: 500px;
	text-align: center;
}

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

