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

*
{
/*reset margin and padding for all browsers*/
margin:0;
padding:0;
}

/*reset common margin and padding settings*/

h1, h2, h3, h4, h5, h6, p, pre, dt, li, hr, legend, input, button, textarea, select, address, table
{
margin-top: 1.2em;
}
body
{
	background-image:url(images/backgroundimg1.jpg);
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:white;
	background-attachment:fixed;
	background-size:cover;
	background-repeat:no-repeat;
}
#container
{
	background-image:url(images/container.gif);
	background-repeat:no-repeat;
	background-position:top center;
	margin:auto;
	width:960px;
	padding-top:250px;
}
#wrapper
{
	width:900px;
	margin:auto;
	background-image:url(images/wrapperimg.gif);
}
#header
{
	margin:auto;
	height:170px;
	background-image:url(images/slenderman.gif);
	background-repeat:no-repeat;
	background-position:center;
}
#leftcolumn
{
	width:120px;
	padding:10px 10px 10px 20px;
	float:left;
}
#content
{
	background-image:url(images/content.gif);
	background-position:top center;
	background-repeat:no-repeat;
	width:580px;
	padding:100px 10px 10px 10px;
	float:left;
	line-height:1.5;
	}
#rightcolumn
{
	width:130px;
	padding:10px;
	float:left;
}
#footer
{
	height:50px;
	background-image:url(images/footerdemo.gif);
	clear:both;
}
#leftcolumn, #content, #rightcolumn
{
min-height:500px;
height:auto !important;
height:500px;
} 
a
{
	color:white;
}
a:hover
{
	color:red;
	font-weight:bold;
}
img
{
	padding:10px 0px 0px 90px;
}
li
{
	color:white;
}