* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Georgia,Times New Roman,Times,serif;
	font-size: 67.5%;
	background: #fbe5ef url(../images/bg2.gif) repeat-x 0 0;
}

#airlock {
	width: 800px;
	margin: 0 auto;
}

#inner {
	float: left;
	display: block;	
	width: 800px;
}

#store {
	width: 200px;
	height: 190px;
	float: left;
}

#flashcontent {
	float: left;
}

img {
	border: none;
}

a {
	float: left;
	display: block;
}