@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	background: #000;
	font-family: 'courier new', typewriter, matrix, monospace;
	font-size: 20px;
	color: #fff;
	width: 100%;
	height: 100%;
}

#container {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -120px;
	margin-top: -150px;
}

#txtInternational {
	letter-spacing: 7px;
	font-weight: bold;
}

#txtGreen {
	color: #859e68;
}

#txtAlternative {
	position: absolute;
	left: 228px;
	top: 23px;
	line-height: 24px;
	color: #859e68;
	font-weight: bold;
}

#txtCulture {
	position: absolute;
	top: 216px;
	letter-spacing: 26px;
	font-weight: bold;
	color: #cc5200;
}

#txtCenter {
	position: absolute;
	top: 27px;
	line-height: 31px;
	font-weight: bold;
	color: #9e9368;
}

#txtEpress {
	position: absolute;
	left: 248px;
	top: 50px;
	letter-spacing: 10px;
	font-size: 18px;
	color: #859e68;
	width: 200px;
}

#txtEgallery {
	position: absolute;
	left: 248px;
	top: 218px;
	letter-spacing: 10px;
	font-size: 18px;
	color: #859e68;
	width: 250px;
}

#txtEacademy {
	position: absolute;
	left: 228px;
	top: 238px;
	font-size: 18px;
	color: #cc5200;
}

#txtExhibit {
	position: absolute;
	left: -225px;
	top: 126px;
	letter-spacing: 10px;
	font-size: 18px;
	color: #9e9368;
}

#txtArtincubator {
	position: absolute;
	left: -310px;
	top: 188px;
	letter-spacing: 10px;
	font-size: 18px;
	color: #9e9368;
}

#centerLinks {
	position: absolute;
	left: 55px;
	top: 65px;
	font-size: 16px;
}

#redDagger, #redDagger a {
	color: #ce0202;
	text-decoration: none;
}

#redDagger a:hover {
	color: #fff;
}

#outerLink {
	color: #fff;
	letter-spacing: normal;
}

#outerLinkVertical {
	color: #fff;
	line-height: normal;
}


