@charset "UTF-8";
/* CSS Document */

body {
	background-color:#fff;
}

html {
	background-color:#fff;
}

#container {
	width:auto; 
	min-width:879px; 
	clear:both;
}

* {
	margin:0; 
	padding:0; 
	text-align:center; 
	color:#666; 
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

a {
	color:#666;
	text-decoration:none;
}

a:hover {
	text-decoration:underline; 
	color:#600
}

#header {
	width:auto;
	margin-top:25px;
	background-color:#fff;
	padding:8px; height:100px;
}

#left {
	float:left;
	width:235px;
	padding:8px;
	height:235px;
	background-color:#fff; 
	margin-left:50px;
}

#right {
	float:right;
	width:235px;
	height:235px;
	padding:8px;
	background-color:#fff; 
	margin-right:50px;
}

#center {
	padding:8px;
	height:235px;
	background-color:#fff;
}

#footer {
	clear:both;
	color:#333;
	text-transform:none;
	font-style:normal;
	background-color:#fff;
	padding:8px;
	width:auto;
	margin:50px auto;
	font-family:"Copperplate Gothic Light";
	letter-spacing:.25em;
	font-size:1.25em;
	font-weight:100;
}

#enter {
	width: 120px;
	height:50px;
	border:0px;
	margin:25px auto 0 auto;
	font-size:1.5em;
}

div#shop {
	width: 133px;
	height: 22px;
	border:0px;
	margin: 10px auto;
}

div#shop a {
	display: block;
	height: 22px;
	width: 133px;
	text-decoration:none;
	background:url(images/mosaikashop.png) no-repeat;
	overflow: hidden;
	outline:0;
}

div#shop a:hover {
	display: block;
	height: 22px;
	width: 133px;
	background:url(images/mosaikashop_hov.png) no-repeat;
	overflow: hidden;
}

div#shop a:active {
	display: block;
	height: 22px;
	width: 133px;
	background:url(images/mosaikashop_press.png) no-repeat;
	overflow: hidden;
	outline:0;
}

div#shop img {
	visibility: hidden;
}

#header img {
	top:0;
	left:0px;
	margin:0px 50px 25px 50px;
	float:left;
}

p {
	text-align:left;
}
