body {
	background: #3DBDF5;
	padding: 0;
	margin: 0;
	height: 100%;
	font-size: 14px;
    font-family: "Courier New",Courier,monospace;
}

p {
	font-size: 14px;
	margin-top: 0;
}

a {
	color: #00A4EB;
	font-size: 14px;
}

a:visited {
	color: #00A4EB;
}

a:hover {
	color: #F7006C;
}

#yinyang {
    position: absolute;
	width:64px;
	height:64px;
	left:50%;
	top:50%;
	margin:-32px 0 0 -32px;
	cursor:pointer;
    border-radius: 32px;
}

#wrapper {
	background-color: #111;
    border-color: #EEEEEE #CCCCCC #CCCCCC #EEEEEE;
    border-radius: 256px;
    border-style: solid;
    border-width: 2px;
	box-shadow: 2px 2px 4px #ccc;
    width: 512px;
    height: 512px;
    left: 50%;
    top: 50%;
    margin: -256px 0 0 -256px;
    position: absolute;
	display: none;
}

h1 {
    color: #F8F8F8;
    display: none;
    font-size: 20px;
    font-weight: bold;
    margin: 4px;
	padding-right: 4px;
    text-align: right;
    text-shadow: 2px 2px 0 #444444;
	border-top-left-radius: 32px;
	background-color: #FB3F91;
}

h2 {
	font-size: 1.3em;
	padding-top: 0;
	margin-top: 0;
}

#menu {
	padding: 0 4px;
    display: none;
	margin: 8px 0 0 0;
	height: 20px;
	width: 100%;
}

#menu li {
	float: left;
	list-style-type: none;
	padding-right: 16px;
    font-size: 14px;
	color: #ccc;
	font-weight: bold;
	transition: color 0.5s;
	-webkit-transition: color 0.5s;
	cursor: pointer;
}

#menu li:hover {
	color: #FB3F91;
}

#seperator {
    display: none;
	height: 2px;
	width: 100%;
	background: #eeeeee;
	background: -moz-linear-gradient(left,  #eeeeee 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#eeeeee), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(left,  #eeeeee 0%,#cccccc 100%);
	background: -o-linear-gradient(left,  #eeeeee 0%,#cccccc 100%);
	background: -ms-linear-gradient(left,  #eeeeee 0%,#cccccc 100%);
	background: linear-gradient(to right,  #eeeeee 0%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=1 );
}
#content {
	display:none;
	padding: 10px;
	height: 400px;
}

#linkContainer {
	height: 40px; 
	width: 500px;
	left: -2px;
	position: absolute;
	bottom: -52px;
	display:none;
}

#linkContainer a {
	text-decoration: none;
	display: block;
	float: left;
	margin: 0 2px 16px;
}

.imgLink {
	width: 20px;
	height:20px;
	padding: 6px;
	margin:0;
	transition: width 0.25s, height 0.25s, padding 0.25s;
	border:none;
}

.imgLink:hover {
	width: 32px;
	height: 32px;
	padding: 0;
}

#linkInfo {
	position: absolute;
	bottom: -52px;
	left: -160px;
	width: 150px;
	text-align: right;
	padding: 0 8px 0 0;
	font-weight: bold;
	display: none;
}



