/* --- INDEX --- */

* {
	margin: 0;
	padding: 0;
	}

a img {
	border: none;
	}

div#index_container {
	width: 800px;
	margin: 0 auto;
	}

div#index_content {
	text-align: center;
	background: url(../images/global/index_bg2.jpg); 	
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #000;
	height: 800px;
	}

img.index {
	margin-left: 250px;
	}
