/* Individual Packages CSS Document */

body {
	background-color: #222;
	background-image: url(../images/bg-bottom.gif);
	background-position:bottom;
	background-repeat: repeat-x;
	background-attachment:fixed;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 11px;
	color: #ccc;
	text-align:justify;
}

#main-container {
	width:650px;
	margin-left:auto;
	margin-right:auto;
}

.img-center {
	margin-left:auto;
	margin-right:auto;
}


