@charset "utf-8";

body {
	background-image: url(../img/background_light.png);
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.simp-wrap {
	background-color: #f4f4f4;
	background-image: url(../img/bubbles.png);
	background-attachment: fixed;
	border: 0;
}

#main {
	padding: 71px 0 170px;
	max-width: 960px;
	margin: 0 auto;	
}

.notice ul {
	margin-left: 25px;
}

.notice h2 {
	text-align: center;
	clear: both;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: 1em;
	background: #5840A1;
	color: #fff;
	border-radius: 5px;
}

.wip-container {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	overflow: hidden;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	min-height: 300px;
	max width: 625px;
	margin: 20px auto;
	display: table;
	padding: 0;
	color: #646464;
	font-size: 16px;
	text-align: center;
}

.notice {
	text-align: left;
	font-size: 14px;
}

.wip-content {
	display: table-cell;
	vertical-align: middle;
	width: 600px;
	padding: 30px;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, menu, li, table, tr, th, td {
	
	font-size: 100%;
	font-weight: normal;
}


.logo {
	max-width: 400px;
	padding: 10px 0;	
}
#wrapper {
	height: auto !important;
	min-height: 100%;
	position: relative;	
	width: 100%;
	min-width: 320px;
	margin: auto, 0;
	background-color: #f4f4f4;
	background-image:url(../img/bubbles.png);
	background-attachment: fixed;
}


.navbar {
	top: 0px;
	width: 100%;
	height: 54px;
	background-color: #fff;
	position: fixed;
	z-index: 20;
	border-bottom: 2px solid #e5e5e5;
	font-size: large;

}
