@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}

body {
	background: url('../images/bg.gif') left top repeat-x #000000;
	color: #000;
}

#clear {
	clear: both;
}

#container {
	width: 546px;
	float: left;
}

#logo {
	background: url('../images/logo.gif');
	width: 205px;
	height:47px;
	text-indent:-5000px;
	outline:none;
	margin-top:68px;
	float:left;
}

#soon	{
	width:14px;
	height:158px;
	background:url('../images/soon.gif') right no-repeat;
	margin-top:174px;
	float:right;
	text-indent:-5000px;
	outline:none;
}

#gallery	{
	width:323px;
	height:43px;
	background:url('../images/gallery.gif');
	margin-top:180px;
	text-indent:-5000px;
}

#contactme	{
	width:270px;
	height:68px;
	background:url('../images/contactme.gif');
	text-indent:-5000px;
}

#footer	{
	width:261px;
	height:14px;
	background:url('../images/footer.gif');
	margin-top:140px;
	text-indent:-5000px;
}