/* CSS Style Sheet for Jodan Design - Copyright 2010 - All Rights Reserved */

/* Body */

body { 
	background:#4c4c4c; 
	background-image:url(images/main-background-gradient-gray.png); 
	background-repeat:repeat-x; 
	margin-top:150px; 
	padding-top:0px;
	text-align:center;
	color: #fff;

}

/* Placeholder */

#placeholder { width:900px; height:150px; background-image:url(images/header-background-bright.png);
}

/* Wrapper */

#wrapper {
	width: 900px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	padding-top: 50px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

/* Main Content */

#main-content {
	text-align:left;

}

/* Footer */

