body {
	margin: 0;
	background-color: #FAEC29;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: Helvetica, Arial, sans-serif;
}

#moire {
	background-image: url(../images/canvas-moire-pattern.png);
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index: -500;
	position: fixed;
	top: 0;
	left: 0;
}

p, ul {
	font-size: 1em;
	line-height: 150%;
}

li {
	list-style-type: square;
}

#main-content a {
	font-weight: bold;
	color: #000000;
	outline: 0 !important;
	padding: 3px 2px 2px 2px;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}

#main-content a:hover {
	color: #FFFFFF;
	background-color: #2EB7E6;
	border-bottom: 1px solid transparent;
}

#main-content a:active {
	color: #000000;
	border-bottom: 1px solid transparent;
}

.container .slide a {
	background-color: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	line-height: 170%;
}

#doc {
	margin: 0; 
	padding: 0;
}

#hd {

}

#hd #ID-logo {
	position: absolute;
	left: 0;
	top: 59px;
}

#hd #ID-headline {
	position: absolute;
	left: 20px;
	top: 252px;
	width: 350px;
}

#hd #ID-headline h1 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: normal;
	color: #000;
	line-height: 135%;
	display: block;
}

#bd {

}

#main-content {
	margin: 155px 0 0 481px;
	background-image: url(../images/canvas-content-fill.png);
	display: block;
	padding: 2px 0 50px 0;
	width: 490px;
	color: #FFFFFF;
	z-index: 500 !important;
} 

#copy {
	padding: 0 29px 0 29px;
	clear: both;
	font-size: 18px;
}

#copy-second {
	border-top: #DF3368 1px solid;
	margin-top: 40px;
	padding: 4px 29px 0 29px; 
}

#copy h1,  #copy-second h1 {
	font-size: 30px;	
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#copy h2,  #copy-second h2 {
	font-size: 30px;	
	font-weight: normal;
	margin: 0;
	padding: 0;	
}


#partners {
	position: absolute;
	top: 585px;
	left: 25px;
	clear: both;
}

#partners img {
}

#partners h3 {
	margin: 0;
	padding: 0 0 10px 19px;
}

#partners p {
	font-size: 0.75em;
	line-height: 170%;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

#partners p a {
	font-weight: normal;	
	border-bottom: 1px solid transparent;
}

map, area, #partners a {
	outline: 0 !important;	
}

#social {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 5px 25px;
}

#get-involved {
	position: absolute;
	bottom: 100px;
	left: 0px;
	text-transform: uppercase;
	background-image: url(../images/btn-get-involved.gif);
	background-repeat: no-repeat;
	width: 307px;
	height: 52px;
}

#get-involved a {
	margin: 13px 0 0 52px;
	text-decoration: none;
	color: #FFF;	
	font-size: 24px;
	font-weight: bold;
	display: block;
}

#social_twitter_icon, #social_facebook_icon, #social_email_icon {
	background-image: url(../images/la-game-space-social.png);	
	width: 48px;
	height: 51px;
	background-repeat: no-repeat;
	float: right;
	margin-right: 10px;	
}

a#social_twitter_icon {
	background-position: -60px -3px;
}

a#social_facebook_icon {
	background-position: -120px -3px;
}

a#social_email_icon {
	background-position: -4px -3px;
}

a#social_twitter_icon:hover {
	background-position: -60px -73px;
}

a#social_facebook_icon:hover {
	background-position: -120px -73px;
}

a#social_email_icon:hover {
	background-position: -4px -73px;
}

a#social_twitter_icon:active {
	background-position: -60px -143px;
}

a#social_facebook_icon:active {
	background-position: -120px -143px;
}

a#social_email_icon:acive {
	background-position: -4px -143px;
}

.sym {
	font-size: 135%;
}

.hidden {
	display: none;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

::-moz-selection {
       background-color: #2EB6E5;
       color: #FFF;
}

::selection {
       background-color: #2EB6E5;
       color: #FFF;
}
