*{
margin:0;
padding:0;
}

a,a:visited{
	text-decoration:none;
	font-weight:bolder;
}

a:hover{
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
}

#content{
	position: absolute;
	width: 500px;
	height: 300px;
	left:50%;
	top:50%;
	margin-left:-250px;
	margin-top:-150px;
	overflow:auto;
	border: 1px solid #000000;
/*	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.5);
*/	padding: 10px;
	z-index: 3;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	font-size: larger;
	font-weight: light;
}
#content p{
	margin-bottom: 10px;
}

#header{
	position: absolute;
	width: 500px;
/*	height: 100px;
*/	left:50%;
	bottom:50%;
	margin-left:-250px;
	margin-bottom:150px;
	overflow:auto;
	padding: 10px;
	z-index: 3;
	font-size: xx-large;
	background: transparent !important;
}
#header.light{
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
#header.dark{
	text-shadow: 2px 2px 0 #333333, 3px 3px 0 rgba(0, 0, 0, 0.5);
}

#footer{
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	padding-bottom: 10px;
	text-align: center;
	z-index: 2;
	background: transparent !important;
}

#wrapper{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
}
#wrapper.dark{
	background: url("images/black_static.jpg") repeat fixed center;
}
#wrapper.light{
/*	background-color: #FAFAFA;
*/	background: url("images/white_static.jpg") repeat fixed center;
}

#toggle{
	position: absolute;
	top: 100px;
	right: 100px;
	background-color: #0077FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#0088FF), to(#0066FF)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #0088FF,  #0066FF); /* for firefox */ 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088FF', endColorstr='#0066FF'); /* for IE */
	border: solid 1px #000000 !important;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	cursor: pointer;
	z-index: 5;
}

#toggle #tog1{
	border-top-left-radius:10px;
	-moz-border-top-left-radius:10px;
	-webkit-border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	-moz-border-bottom-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	padding-left: 5px;
	padding-right: 5px;
}
#toggle #tog2{
	border-top-right-radius:10px;
	-moz-border-top-right-radius:10px;
	-webkit-border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	-moz-border-bottom-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	padding-right: 5px;
	padding-left: 5px;
}

.toggleon{
	color: #FFFFFF !important;
/*	background-color:#0077FF;
*/}

.toggleoff{
	background-color: #DDDDDD;
	background: -webkit-gradient(linear, left top, left bottom, from(#DDDDDD), to(#CCCCCC)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #DDDDDD,  #CCCCCC); /* for firefox */ 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDDDDD', endColorstr='#CCCCCC'); /* for IE */
	color: #DDDDDD;
	text-display: none;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border: solid 1px #000000 !important;
}

.light{
	color: #333333;
	background-color: #EFEFEF;
}
.light a{
	color: #333333;
}
.light a:hover{
	color: #666666;
}

.dark{
	color: #EEEEEE;
	background-color: #333333;
}
.dark a{
	color: #EEEEEE;
}
.dark a:hover{
	color: #CCCCCC;
}
