html, body {
	margin: 0;
	padding: 0;	
}

body {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 13px;
	color: #ffffff;
	background-image: url(./images/spacebg.jpg);
	background-repeat: repeat;
	line-height: 125%;
}

#content {
	width: 720px;
	margin: 100px auto;
	border: 0px;
}

#gallery {
	width: 480px;
	border: 0px;
	float: left;
}

#about {
	width: 225px;
	border: 0px;
	float: left;
	padding-right:15px;
}

a {
	outline: none;	
	text-decoration: none;
	color:#ffffff;
}

a img {
	border: 0px;
}

a, img, div { behavior: url(iepngfix.htc) }
