body {
	position: relative;
	z-index: 1;
	background: #101e1e url(BackgroundGradient.png) repeat-x;
	color: #ffffff;
	font-family: Monaco, monospace;
	font-size: 30px;
	cursor:default;
	margin: 0px;
	text-align: center;
}

body::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: url('TryopBackgroundLogo.png') no-repeat, url('TryopBackground.png') repeat-y;
	background-position: center top;
	opacity: 0.65;
}

body.nobackdrop::before {
	background: none;
}

a {
	color: #006694;
}

.backplate {
	position: relative;
	z-index: 1;
	margin: 50px auto;
	padding: 0px 50px;
	min-height: 100%;
	min-width: 800px;
}

div.backplate img { border: 4px solid black; }

.backplate::before {
	content: "";
        position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.65;
        background-position: center top;
	background-repeat: no-repeat;
}

#main-plate::before { background-image: url('MainPage2.png'); opacity: 1; }
#about-tryop-plate::before { background-image: url('AboutTryop.png'); }
#weapons-plate::before { background-image: url('Weapons.png'); }
#armor-plate::before { background-image: url('Armor.png'); }
#tools-plate::before { background-image: url('Tools.png'); }
#products-plate::before { background-image: url('Products.png'); }
#transport-plate::before { background-image: url('Transport.png'); }
#storage-plate::before { background-image: url('Storage.png'); }
#infrastructure-plate::before { background-image: url('Infrastructure.png'); }
#structure-plate::before { background-image: url('Structure.png'); }
#media-docs-plate::before { background-image: url('Media-Docs.png'); }
#narrative-plate::before { background-image: url('Narrative.png'); }
#cyborg-plate::before { background-image: url('Cyborg.png'); }
#employment-plate::before { background-image: url('Employment.png'); }
#medical-plate::before { background-image: url('Medical.png'); }
#innovation-plate::before { background-image: url('Innovation.png'); }
#customization-plate::before { background-image: url('Customization.png'); }
#terraforming-plate::before { background-image: url('Terraforming.png'); }

#blank-plate::before { }


#main-plate {
	width: 800px;
	height: 1200px;
}

#main-plate a {
	display: block;
	position: absolute;
	z-index: 1;
	margin: 2px 0 0 50px;
}

#main-plate a:hover {
	opacity: 0.2;
	background-color: gray;
}

#main-plate a.polylink:hover {
	opacity: 0.2;
	background-color: gray;
}

#main-plate a.polylink {
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}

#main-plate a.polylink#tritop {
	-webkit-clip-path: polygon(400px 101px, 508px 427px, 294px 427px);
	-moz-clip-path: url(mainclip.svg#tritopClip);
	-ms-clip-path: url(mainclip.svg#tritopClip);
	clip-path: url(mainclip.svg#tritopClip);
}

#main-plate a.polylink#tribot {
        -webkit-clip-path: polygon(400px 592px, 272px 499px, 528px 499px);
	-moz-clip-path: url(mainclip.svg#tribotClip);
	-ms-clip-path: url(mainclip.svg#tribotClip);
	clip-path: url(mainclip.svg#tribotClip);
}

#main-plate a.polylink#polybot {
	-webkit-clip-path: polygon(159px 840px, 400px 665px, 641px 840px, 690px 991px, 480px 840px, 400px 1085px, 320px 841px, 111px 992px);
	-moz-clip-path: url(mainclip.svg#polybotClip);
	-ms-clip-path: url(mainclip.svg#polybotClip);
	clip-path: url(mainclip.svg#polybotClip);
}