/* CSS Document */
body {
    background-image: url(../images/background.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
font-family:"Arial Verdana", Arial, sans-serif;
}

h1,h2,h3 { 
		color: #c4002e !important;
		margin-top:0;
	    
		margin-bottom: 0;
	}

#bg { 
   position:absolute;
   top:0;
   right:0;
   z-index:-1;
}

#tag {
   display:block;
   margin-left:auto;
   margin-right:auto;
}

#titlebar {
   z-index:0;
   margin-left: auto ;
   margin-right: auto ;
   width:900px;
   height:99px;
}

	#wrapper { 
		overflow: hidden;
	}
	.overlay {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		background: #000;
		opacity: 0.30;
		-moz-opacity: 0.30;
		filter:alpha(opacity=30);			
	}
	.container {
		position: relative;
		margin-left:auto;
		margin-right:auto;
	}
	.content {
		position: relative; /* Fixes the z-index */

	}
	#column-1 {
		width: 900px;
	}
	#column-2 {
		width: 250px;
		margin-left: 20px;
		float: left;
		display: inline;
	}
	#column-1 .content {
		padding: 20px;
		width: 860px;
	}
	#column-2 .content {
		padding: 10px;
		width: 230px;
	}