*
{
	margin: 0px;
	padding: 0px;
	-webkit-transition: all 0.2s ease;
	-moz-transition:    all 0.2s ease;
	-ms-transition:     all 0.2s ease;
	-o-transition:      all 0.2s ease;
}

h1
{
	font: bold 20px Tahoma;
	text-shadow: 5px 5px 5px rgba(0,0,100,0.3);
	color: rgba(200,200,255,0.7);
}

h2
{
	font: bold 14px Tahoma;
	text-shadow: 5px 5px 5px rgba(0,0,100,0.3);
	color: rgba(200,200,255,0.7);
}

h3
{
	font: bold 10px Tahoma;
	text-shadow: 5px 5px 5px rgba(0,0,100,0.3);
	color: rgba(200,200,255,0.7);
}

h4
{
	font: bold 7px Tahoma;
	text-shadow: 5px 5px 5px rgba(0,0,100,0.3);
	color: rgba(200,200,255,0.7);
}

a
{
	color: rgba(200,200,255,0.7);
}

header, section, footer, aside, nav, article, hgroup
{
	display: block;
}

body
{
	text-align: center;
	background: -webkit-radial-gradient(rgba(50, 50, 50, 1), rgba(50, 50, 50, 1), rgba(150, 150, 150, 1)); /* Safari */
	background: -o-radial-gradient(rgba(50, 50, 50, 1), rgba(50, 50, 50, 1), rgba(150, 150, 150, 1)); /* For Opera 11.1 to 12.0 */
	background: -moz-radial-gradient(rgba(50, 50, 50, 1), rgba(50, 50, 50, 1), rgba(150, 150, 150, 1)); /* For Firefox 3.6 to 15 */
	background: radial-gradient(rgba(50, 50, 50, 1), rgba(50, 50, 50, 1), rgba(150, 150, 150, 1)); /* Standard syntax */	
}

#LeftBorderEdge
{
	float: left;
	position: relative;
	left: 0px;
	bottom: 860px;
	height: 860px;
	width: 34px;
	z-index: 100;
}

#RightBorderEdge
{
	float: left;
	position: relative;
	bottom: 860px;
	left: 934px;
	height: 860px;
	width: 34px;
	z-index: 100;
}

#MainPage
{
	border: 1px solid black;
	width: 1000px;
	margin: 20px auto;
	text-align: left;
	background: -webkit-linear-gradient(rgba(15, 15, 15, 1), rgba(75, 75, 75, 1) 45%, rgba(75, 75, 75, 1) 60%, rgba(15, 15, 15, 1)); /* For Safari */
	background: -o-linear-gradient(rgba(15, 15, 15, 1), rgba(75, 75, 75, 1) 45%, rgba(75, 75, 75, 1) 60%, rgba(15, 15, 15, 1)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(15, 15, 15, 1), rgba(75, 75, 75, 1) 45%, rgba(75, 75, 75, 1) 60%, rgba(15, 15, 15, 1)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(15, 15, 15, 1), rgba(75, 75, 75, 1) 45%, rgba(75, 75, 75, 1) 60%, rgba(15, 15, 15, 1)); /* Standard syntax */
}

#TopHeader
{
	top: -10px;
	background-repeat: no-repeat;
	background-size: 100% 10%;
	background-position: 50% 90%;
	border-bottom: 2px solid (50,50,150,1.0);
	padding: 20px;
	text-align: center;
	color: rgba(255, 255, 255, 0.8);
	text-shadow: 5px 5px 5px rgba(0,0,100,0.5);
	font: bold 72px Tahoma;
	height: 120px;
	background-image: url("https://s3.amazonaws.com/cybernetic-dreams/website/images/SciFiGlowMetal/CGY_4K_UltraHD_Interface_1A_Glow_2_top_1k.png"),
					  url("https://s3.amazonaws.com/cybernetic-dreams/website/images/CyberneticDreamsTextLogoColorSmooth.png"),
					  url("https://s3.amazonaws.com/cybernetic-dreams/website/images/SciFiGlowMetal/CGY_4K_UltraHD_Interface_2_Sidebar_Glow_Horrizontal.png");
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: 94% 25%, 80% 60%, 100% 100%;
	background-position: top, center, center;
}

#TopMenu
{
	background: -webkit-linear-gradient(rgba(50, 50, 200, 0.05) 30%, rgba(50, 50, 200, 0.05) 70%, rgba(200, 200, 255, 0.1)); /* For Safari */
	background: -o-linear-gradient(rgba(50, 50, 200, 0.05) 30%, rgba(50, 50, 200, 0.05) 70%, rgba(200, 200, 255, 0.1)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(50, 50, 200, 0.05) 30%, rgba(50, 50, 200, 0.05) 70%, rgba(200, 200, 255, 0.1)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(50, 50, 100, 0.05) 30%, rgba(50, 50, 200, 0.05) 70%, rgba(200, 200, 255, 0.1)); /* Standard syntax */
	color: rgba(255, 255, 255, 0.1);
	text-align: center;
	text-shadow: 5px 5px 5px rgba(15, 15, 15, 0.7);
	height: 50px;
}

#TopMenu ul
{
	background: -webkit-linear-gradient(rgba(200, 200, 255, 0.1), rgba(50, 50, 200, 0.05) 30%, rgba(50, 50, 200, 0.05) 70%, rgba(200, 200, 255, 0.1)); /* For Safari */
	background: -o-linear-gradient(rgba(200, 200, 255, 0.1), rgba(50, 50, 200, 0.05) 30%, rgba(50, 50, 200, 0.05) 70%, rgba(200, 200, 255, 0.1)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(200, 200, 255, 0.1), rgba(50, 50, 200, 0.05) 30%, rgba(50, 50, 200, 0.05) 70%, rgba(200, 200, 255, 0.1)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(200, 200, 255, 0.1), rgba(50, 50, 200, 0.05) 30%, rgba(50, 50, 200, 0.05) 70%, rgba(200, 200, 255, 0.1)); /* Standard syntax */
	top: -10px;
}

#TopMenu li
{
	display: inline-block;
	list-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	font: bold 20px Tahoma;
	background-image: url("https://s3.amazonaws.com/cybernetic-dreams/website/images/BlackMarket/button_normal_blue.png");
	background-size: 100% 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	margin-right: 2px;	
	color: rgba(255, 255, 255, 0.7);
	text-shadow: 5px 5px 5px rgba(15, 15, 15, 0.7);
	transition-duration: 0.35s;
	transition-timing-function: linear;
}

#TopMenu li:hover
{
	background-image: url("https://s3.amazonaws.com/cybernetic-dreams/website/images/BlackMarket/button_hover_blue.png");
	color: rgba(0, 0, 50, 0.7);
	text-shadow: 0px 0px 0px rgba(15, 15, 15, 0.7);
	transform: scale(1.1, 1);
	-ms-transform: scale(1.1, 1); /* IE 9 */
	-webkit-transform: scale(1.1, 1); /* Safari and Chrome */
}

#TopMenu li:active
{
	background-image: url("https://s3.amazonaws.com/cybernetic-dreams/website/images/BlackMarket/button_press_blue.png");
	color: rgba(0, 0, 50, 0.7);
	text-shadow: 0px 0px 0px rgba(15, 15, 15, 0.7);
}

#TopMenuBar
{
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;	
	height: 40px;
	width: 996px;
	top: -10px;
}

#HomeBtn
{
}

#Games
{
	float: left;
	position: relative;
	width: 940px;
	margin: 30px; /* 720px, 280 remaining */
	height: 540px;
	top: -5%;
	bottom: 50%;
	left: -15px;
	overflow: scroll;
	color: rgba(255, 255, 255, 0.7);
	background: -webkit-linear-gradient(rgba(15, 15, 15, 1), rgba(50, 50, 50, 1) 30%, rgba(50, 50, 50, 1) 70%, rgba(15, 15, 15, 1)); /* Safari */
	background: -o-linear-gradient(rgba(15, 15, 15, 1), rgba(50, 50, 50, 1) 30%, rgba(50, 50, 50, 1) 70%, rgba(15, 15, 15, 1)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(15, 15, 15, 1), rgba(50, 50, 50, 1) 30%, rgba(50, 50, 50, 1) 70%, rgba(15, 15, 15, 1)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(15, 15, 15, 1), rgba(50, 50, 50, 1) 30%, rgba(50, 50, 50, 1) 70%, rgba(15, 15, 15, 1)); /* Standard syntax */	
	border: 2px solid rgba(15, 15, 15, 0.4);
	border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(15, 15, 15, 0.5);
}

#Games td
{
	transition-duration: 0.35s;
	transition-timing-function: linear;
}

#Games td:hover
{
	background: -webkit-linear-gradient(rgba(15, 15, 15, 1), rgba(50, 50, 50, 1) 30%, rgba(50, 50, 50, 1) 70%, rgba(15, 15, 15, 1)); /* Safari */
	background: -o-linear-gradient(rgba(15, 15, 15, 1), rgba(50, 50, 50, 1) 30%, rgba(50, 50, 50, 1) 70%, rgba(15, 15, 15, 1)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(15, 15, 15, 1), rgba(50, 50, 50, 1) 30%, rgba(50, 50, 50, 1) 70%, rgba(15, 15, 15, 1)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(15, 15, 15, 1), rgba(50, 50, 50, 1) 30%, rgba(50, 50, 50, 1) 70%, rgba(15, 15, 15, 1)); /* Standard syntax */	
	color: rgba(255, 255, 255, 0.7);
	text-shadow: 0px 0px 0px rgba(15, 15, 15, 0.5);
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1); /* IE 9 */
	-webkit-transform: scale(1.1, 1.1); /* Safari and Chrome */
}

#Games td:active
{
	background: -webkit-linear-gradient(rgba(15, 15, 15, 1), rgba(50, 50, 50, 1) 30%, rgba(50, 50, 50, 1) 70%, rgba(15, 15, 15, 1)); /* Safari */
	background: -o-linear-gradient(rgba(15, 15, 15, 1), rgba(50, 50, 50, 1) 30%, rgba(50, 50, 50, 1) 70%, rgba(15, 15, 15, 1)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(15, 15, 15, 1), rgba(50, 50, 50, 1) 30%, rgba(50, 50, 50, 1) 70%, rgba(15, 15, 15, 1)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(15, 15, 15, 1), rgba(50, 50, 50, 1) 30%, rgba(50, 50, 50, 1) 70%, rgba(15, 15, 15, 1)); /* Standard syntax */	
	color: rgba(255, 255, 255, 0.7);
	text-shadow: 0px 0px 0px rgba(15, 15, 15, 0.5);
}

#GameDescription
{
	float: right;
	position: relative;
	width: 300px;
	margin: 30px; /* 720px, 280 remaining */
	height: 350px;
	top: -365px;
	bottom: 50%;
	left: -15px;
	overflow-y: auto;
	color: rgba(255, 255, 255, 0.7);
	background: -webkit-linear-gradient(rgba(15, 15, 15, 1), rgba(50, 50, 50, 1) 30%, rgba(50, 50, 50, 1) 70%, rgba(15, 15, 15, 1)); /* Safari */
	background: -o-linear-gradient(rgba(15, 15, 15, 1), rgba(50, 50, 50, 1) 30%, rgba(50, 50, 50, 1) 70%, rgba(15, 15, 15, 1)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(15, 15, 15, 1), rgba(50, 50, 50, 1) 30%, rgba(50, 50, 50, 1) 70%, rgba(15, 15, 15, 1)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(15, 15, 15, 1), rgba(50, 50, 50, 1) 30%, rgba(50, 50, 50, 1) 70%, rgba(15, 15, 15, 1)); /* Standard syntax */	
	border: 2px solid rgba(15, 15, 15, 0.4);
	border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(15, 15, 15, 0.5);
	z-index: 25;
	clear: both;
}

#About
{
	float: left;
	position: relative;
	width: 940px;
	margin: 30px;
	height: 540px;
	top: -5%;
	left: -15px;
	bottom: 50%;
	overflow: scroll;
	background: -webkit-linear-gradient(rgba(15, 15, 15, 1), rgba(50, 50, 50, 1) 30%, rgba(50, 50, 50, 1) 70%, rgba(15, 15, 15, 1)); /* Safari */
	background: -o-linear-gradient(rgba(15, 15, 15, 1), rgba(50, 50, 50, 1) 30%, rgba(50, 50, 50, 1) 70%, rgba(15, 15, 15, 1)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(15, 15, 15, 1), rgba(50, 50, 50, 1) 30%, rgba(50, 50, 50, 1) 70%, rgba(15, 15, 15, 1)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(15, 15, 15, 1), rgba(50, 50, 50, 1) 30%, rgba(50, 50, 50, 1) 70%, rgba(15, 15, 15, 1)); /* Standard syntax */	
	border: 2px solid rgba(15, 15, 15, 0.4);
	border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(15, 15, 15, 0.5);
	font: 16px Tahoma;
	color: rgba(255, 255, 255, 0.7);
}

#VideoGallery
{
	float: left;
	position: relative;
	width: 940px;
	margin: 30px; /* 720px, 280 remaining */
	height: 540px;
	top: -5%;
	left: -15px;
	bottom: 50%;
	overflow: scroll;
	color: rgba(255, 255, 255, 0.7);
	background: -webkit-linear-gradient(#BBD, #EEF); /* For Safari */
	background: -o-linear-gradient(#BBD, #EEF); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#BBD, #EEF); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#BBD, #EEF); /* Standard syntax */
	border: 2px solid rgba(15, 15, 15, 0.4);
	border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

#VideoGallery td
{
	transition-duration: 0.35s;
	transition-timing-function: linear;
}

#VideoGallery td:hover
{
	background: -webkit-linear-gradient(#EEF, #AAF); /* For Safari */
	background: -o-linear-gradient(#EEF, #AAF); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#EEF, #AAF); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#EEF, #AAF); /* Standard syntax */
	color: rgba(255, 255, 255, 0.7);
	text-shadow: 0px 0px 0px rgba(15, 15, 15, 0.4);
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1); /* IE 9 */
	-webkit-transform: scale(1.1, 1.1); /* Safari and Chrome */
}

#VideoGallery td:active
{
	background: -webkit-linear-gradient(#AAF, #88F); /* For Safari */
	background: -o-linear-gradient(#EEF, #88F); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#EEF, #88F); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#EEF, #88F); /* Standard syntax */
	color: rgba(255, 255, 255, 0.7);
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
}

#ImageGallery
{
	float: left;
	position: relative;
	width: 940px;
	margin: 30px; /* 720px, 280 remaining */
	height: 150px;
	top: -420px;
	left: -15px;
	bottom: 50%;
	overflow-x:auto;
	color: #333;
	background: -webkit-linear-gradient(rgba(15, 15, 15, 1), rgba(50, 50, 50, 1) 30%, rgba(50, 50, 50, 1) 70%, rgba(15, 15, 15, 1)); /* Safari */
	background: -o-linear-gradient(rgba(15, 15, 15, 1), rgba(50, 50, 50, 1) 30%, rgba(50, 50, 50, 1) 70%, rgba(15, 15, 15, 1)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(15, 15, 15, 1), rgba(50, 50, 50, 1) 30%, rgba(50, 50, 50, 1) 70%, rgba(15, 15, 15, 1)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(15, 15, 15, 1), rgba(50, 50, 50, 1) 30%, rgba(50, 50, 50, 1) 70%, rgba(15, 15, 15, 1)); /* Standard syntax */	
	border: 2px solid rgba(0, 0, 0, 0.4);
	border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(15, 15, 15, 0.5);
}

#ImageGallery td
{
	transition-duration: 0.35s;
	transition-timing-function: linear;
	background: -webkit-linear-gradient(rgba(15, 15, 15, 1), rgba(50, 50, 50, 1) 30%, rgba(50, 50, 50, 1) 70%, rgba(15, 15, 15, 1)); /* Safari */
	background: -o-linear-gradient(rgba(15, 15, 15, 1), rgba(50, 50, 50, 1) 30%, rgba(50, 50, 50, 1) 70%, rgba(15, 15, 15, 1)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(15, 15, 15, 1), rgba(50, 50, 50, 1) 30%, rgba(50, 50, 50, 1) 70%, rgba(15, 15, 15, 1)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(15, 15, 15, 1), rgba(50, 50, 50, 1) 30%, rgba(50, 50, 50, 1) 70%, rgba(15, 15, 15, 1)); /* Standard syntax */	
	overflow-x:auto;
	width: 940px;
}

#ImageGallery td:hover
{
	background: -webkit-linear-gradient(rgba(15, 15, 15, 1), rgba(50, 50, 50, 1) 30%, rgba(50, 50, 50, 1) 70%, rgba(15, 15, 15, 1)); /* Safari */
	background: -o-linear-gradient(rgba(15, 15, 15, 1), rgba(50, 50, 50, 1) 30%, rgba(50, 50, 50, 1) 70%, rgba(15, 15, 15, 1)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(15, 15, 15, 1), rgba(50, 50, 50, 1) 30%, rgba(50, 50, 50, 1) 70%, rgba(15, 15, 15, 1)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(15, 15, 15, 1), rgba(50, 50, 50, 1) 30%, rgba(50, 50, 50, 1) 70%, rgba(15, 15, 15, 1)); /* Standard syntax */	
	color: rgba(255, 255, 255, 0.7);
	text-shadow: 0px 0px 0px rgba(15, 15, 15, 0.4);
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1); /* IE 9 */
	-webkit-transform: scale(1.1, 1.1); /* Safari and Chrome */
}

#ImageGallery td:active
{
	background: -webkit-linear-gradient(rgba(15, 15, 15, 1), rgba(50, 50, 50, 1) 30%, rgba(50, 50, 50, 1) 70%, rgba(15, 15, 15, 1)); /* Safari */
	background: -o-linear-gradient(rgba(15, 15, 15, 1), rgba(50, 50, 50, 1) 30%, rgba(50, 50, 50, 1) 70%, rgba(15, 15, 15, 1)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(15, 15, 15, 1), rgba(50, 50, 50, 1) 30%, rgba(50, 50, 50, 1) 70%, rgba(15, 15, 15, 1)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(15, 15, 15, 1), rgba(50, 50, 50, 1) 30%, rgba(50, 50, 50, 1) 70%, rgba(15, 15, 15, 1)); /* Standard syntax */	
	color: rgba(255, 255, 255, 0.7);
	text-shadow: 0px 0px 0px rgba(15, 15, 15, 0.4);
}

#News
{
	float: left;
	position: relative;
	width: 940px;
	margin: 30px; 
	height: 540px;
	top: -5%;
	bottom: 50%;
	left: -15px;
	overflow: scroll;
	color: rgba(255, 255, 255, 0.7);
	background: -webkit-linear-gradient(rgba(15, 15, 15, 1), rgba(50, 50, 50, 1) 30%, rgba(50, 50, 50, 1) 70%, rgba(15, 15, 15, 1)); /* Safari */
	background: -o-linear-gradient(rgba(15, 15, 15, 1), rgba(50, 50, 50, 1) 30%, rgba(50, 50, 50, 1) 70%, rgba(15, 15, 15, 1)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(15, 15, 15, 1), rgba(50, 50, 50, 1) 30%, rgba(50, 50, 50, 1) 70%, rgba(15, 15, 15, 1)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(15, 15, 15, 1), rgba(50, 50, 50, 1) 30%, rgba(50, 50, 50, 1) 70%, rgba(15, 15, 15, 1)); /* Standard syntax */	
	border: 2px solid rgba(15, 15, 15, 0.4);
	border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(15, 15, 15, 0.5);
}

#MainSection
{
	float: left;
	width: 1000px;
	margin: 15px; /* 720px, 280 remaining */
	height: 560px;
	top: 50%;
	bottom: 50%;
	overflow: hidden;
}

#MainFooter
{
	clear: both;
	text-align: center;
	padding: 20px;
	color: #DDD;
	font: bold 14px Tahoma;
	text-shadow: 5px 5px 5px rgba(15,15,15,0.3);
	background-image: url("https://s3.amazonaws.com/cybernetic-dreams/website/images/SciFiGlowMetal/CGY_4K_UltraHD_Interface_1A_Glow_2_bottom_1k.png");
	background-repeat: no-repeat;
	background-size: 94% 100%;
	background-position: top center;
	
}

#CopyrightText
{
	float: left;
	position: relative;
	top: 50%;
	left: 35%;
}

#VideoPlayer
{
	border-radius: 1px;
	box-shadow: 5px 5px 5px rgba(15, 15, 15, 0.7);
	top: 20px;
}