.content {
	padding-top:60px;
	padding-bottom:15%;
	padding-right:18%;
	padding-left:10%;
	text-align:center;
}
.Blurback {
	background-image:url(Assets/Blurback.png);
	 background-size: 100% 100%;
}
.blur {
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
    opacity: 0.2;
}
html
{
text-shadow:0px 0px 10px #FFFFFF;
}
body
{
margin:0px
}
.TopP
{
padding:8% 0%;
}
html {
background: url(Assets/BackgroundImg.png) no-repeat;
background-size: 100% 100%;
min-height: 100%;
min-width: 100%;
}
ul 
{
list-style-image:url('Assets/Button/bulletSmall.png');
list-style-image-style: 10%;
}

a:link 
{
text-decoration:none;
color:#5252CC;
}
a:visited
{
text-decoration:none;
color:#527ACC;
}
a:hover
{
text-decoration:none;
color:#5252CC;
text-shadow:0px 0px 10px #FF0000;}
a:active
{
text-decoration:none;
color:#FF0000;
}
.Left
{
	width:20%;
	text-align:left;
	}
.Right {
	width:20%;
	text-align:left;
	}
body {
	margin:0px
	}
.logo {
	
	z-index:15;
	background:inherit;

	}
.wrapper {
	width:100%;
	height:100%;
	position:fixed;
	z-index:10;
	background:inherit;
	background-image:url(Assets/MaskLayer.png);
	background-repeat:no-repeat;
	background-size: 100% 100%;
	}
.bottom-wrapper {
	width:100%;
	padding-top:10%;
	padding-bottom:10%;
	z-index:5;
	overflow:auto;
	background-image:url(Assets/Background.png);
	background-size: 100% 100%;
	}
.displace {
	position: absolute;
	left: -5000px;
	}