/* CSS Document */

body{
	background		: #000;
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 10px;
	color			: #fff;
	text-align		: center;
	margin			: 0;
	padding			: 0;
}

#global{
	position		: relative;
	margin			: 45px auto;
	width			: 900px;
}

#left{
	float			: left;
	width			: 375px;
}

#right{
	float			: left;
	width			: 399px;
	height			: 590px;
	margin-left		: 100px;
}

.gohome{
	display			: block;
	width			: 375px;
	height			: 165px;
	background		: url('../img/home/logo.jpg');
	margin			: 150px 0 0 0;
	text-indent		: -5000px;
}

#menu{
	margin			: 200px 0 0 60px;
}

#menu li{
	float			: left;
	list-style-type	: none;
	padding			: 3px;
}

#menu li a{
	text-transform	: uppercase;
	color			: #fff;
	text-decoration	: none;
	display			: block;
}

#menu li a:hover{
	color			: #F36421;
}

.spacegallery {
	position		: relative;
	overflow		: hidden;
}

#myGallery {
	width			: 100%;
	height			: 100%;
	text-align		: center;
	margin-top		: 50px;
}

#myGallery img {
	margin			: auto;
}
