﻿*
{
	-transition: all 200ms ease-in;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	margin:0;
	padding:0;
	font-family:"Segoe UI Light", Helvetica, sans-serif;
}

@font-face
{
	font-family: "Segoe UI Light" ;
}

html, body
{
	height: 100%;
}

body
{
	background-color: Black;
	text-align:center;
	font-family:"Segoe UI Light", Helvetica, sans-serif;
	color:White;
}

#maindiv
{
	width: 800px;
	height: 400px;
	margin-top: -200px;
	margin-left: -400px;
	padding-top:1px;
	overflow:auto;
}

#maindiv2
{
    margin-top: 50px;
	text-align:left;
	width: 800px;
	height: 400px;
	clear:left;
}

.CenterDiv
{
    width:800px;
    height:1450px;
    margin:auto;
    background-color:rgba(0,0,0,.66);
}

.XekynLogo
{
	border: 0px solid white;
	text-align:center;
}
 
 .Prerelease
 {
    width:550px;
    font-family: "Segoe UI Light";
	font-size: 14px;
	color:Lime;
 }
 
  .PlatformInfo
 {
    width:620px;
    font-family: "Segoe UI Light";
	font-size: 14px;
	font-style:oblique;
	color:Black;
	background:#EEEEEE;
    margin:auto;
    border-radius: 15px;
	-moz-border-radius: 15px; /* Firefox 3.6 and earlier */	
	padding-left:75px;
	padding-right:75px;
	padding-top:25px;
	padding-bottom:15px;
	border-style:double;
    margin:auto;
	border-color:Black;

	
 }
 
 .XekynScreenshot
 {
   margin-top: 50px;
   text-align:center;
 }
 
  .InstallerBar
 {
   background: #222;
   text-align:center;
   border-radius: 15px;
   border: 3px solid white;
  
 }
 
.LogoSquare
{
    border-radius: 15px;
    border: 0px solid white;
}
 
.WhatIsXekyn
{
	font-family: "Segoe UI Light";
	font-size: 40px;
	cursor:pointer;
	z-index:10;
}

.XekynDescription
{
    margin-top: -20px;
   	font-family: "Segoe UI Light";
	font-size: 32px;
	font-weight:bold;
	color: Lime;
	text-align:center;
	width:400px;
	height:200px;
}

.GetXekyn
{
	font-family: "Segoe UI Light";
	font-size: 40px;
	cursor:pointer;
}

.DownloadXekyn
{
	font-family: "Segoe UI Light";
	font-size: 40px;
	cursor:pointer;
	text-decoration: underline;
}


.SignUp
{
    width:650px;
	font-family: "Segoe UI Light";
	font-size: 36px;
	color: White;
}

.InstallNow
{
    width:400px;
	font-family: "Segoe UI Light";
	font-size: 36px;
	background-color:Black;
	border-style:double;
    margin:auto;
	border-color:Gray;
	border-width:5px;
	border-radius:10px;
}

.InstallNowLink
{
	font-family: "Segoe UI Light";
	font-size: 32px;
	color: Lime;
	cursor:pointer;
	text-decoration: none;
}

.ContactUsLink
{
    color:White;
}



.DownloadButton
{
	font: 20px "Segoe UI Light";
	background-color:#CCCCCC;
	color:#222222;
    height: 40px;
	width: 150px;
    border: 3px solid;
    border-color:White;
	border-radius: 15px;
}


.EmailAddress
{
	height: 40px;
	width: 400px;
	text-align: center;
	font: 20px "Segoe UI Light";
	background-color:#333333;
	color:White;
	border: 2px solid;
	border-radius: 15px;
	border-color:White;
	-moz-border-radius: 15px; /* Firefox 3.6 and earlier */	
	cursor:hand;
	outline:none;
}

.VerifiedMessage
{
    margin-top: 8px;
	font-family: "Segoe UI Light";
	font-size: 12px;
	color: white;
	text-decoration: none;
}

.ErrorMessage
{
    margin-top: 8px;
	font-family: "Segoe UI Light";
	font-size: 20px;
	color: Lime;
	text-decoration: none;
}


.Contact
{
	font-family: "Segoe UI Light";
	font-size: 20px;
	color: Gray;
	text-decoration: none;
}

