body {
	color: #FF00FF;
	margin: 0;
	background-color: #404141;
}

p {
	font-size: 20px;
	text-align: center;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #e6e0ff;
	text-shadow: 0px 2px #000;

}

a {
	color: #a48eff;
	text-shadow: 0px 2px #000;
	text-decoration: none;
}

form {
	font-size: 18px;
	text-align: center;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #e6e0ff;
	text-shadow: 0px 2px #000;
}


#left_deco {
	background-image: url(../img/back_left.png); 
	background-repeat:repeat-y;
	position:fixed;
	left: 0px;
	top:0;
	bottom:0;
	width:200px;
	z-index: -2;
}

#right_deco {
	background-image: url(../img/back_right.png); 
	background-repeat:repeat-y;
	position:fixed;
	right: 0px;
	top:0;
	bottom:0;
	width:200px;
	z-index: -2;
}

#screenshot_carousel {
	text-align:center;
	height:400px;
	overflow-x: scroll;
	overflow-y: hidden;	
    white-space: nowrap;
}

#screenshot_carousel img {
	margin-left: 20px;
	margin-right: 20px;
}

#screenshot_carousel a {
	opacity: 0.8;
}
#screenshot_carousel a:hover {
	opacity: 1.0;
}

#header {
	width: 800px;
	margin: 0 auto;
	overflow:auto;
	z-index: 1;
}

#footer {
	margin-top: 50px;
	margin-bottom: 50px;
}

.plus_element {
	background-repeat:no-repeat;
	background-position: left center;
	margin-left: auto;
	margin-right: auto;
}
.plus_element p {
	font-size:32px;
}
.plus_element img {
	vertical-align:top;
	margin-right: 20px;
}


.content {
	width: 800px;
	margin: 0 auto;
	overflow:auto;
	z-index: 1;
	padding-top: 50px;
	padding-bottom: 50px;

}
.content a { color:#993333;}
.content a:hover { color:#999999;}
.content a:visited { color:#666666;}

.content h1 {
	color: #FFFFFF;
	text-align: right;
	font-family: Impact, Charcoal, sans-serif;
	text-shadow: 0px 6px #32199a;
	font-size: 45px;
}


/* */

.alt_content {
	background: #e6e0ff;
	text-shadow: 0px 2px #000;
	padding-top: 120px;
	padding-bottom: 120px;
	overflow:auto;
	opacity: 0.8;
	z-index: 1;
}
.alt_content p {
	color: #000;
	text-shadow: 0px 2px #FFF;
}

.alt_content a { color:#993333;}
.alt_content a:hover { color:#999999;}
.alt_content a:visited { color:#666666;}

.alt_content h1 {
	color: #FFFFFF;
	text-align: right;
	font-family: Impact, Charcoal, sans-serif;
	text-shadow: 0px 6px #32199a;
	font-size: 45px;
}

.separator {
	position:relative;
	width: 100%;
	height: 20px;
	top: 0px;
	opacity: 0.5;
	background-image: url(../img/separator.png); 
	background-repeat:repeat-x;
}
