html, body {
	/* Very basic CSS resets */
	margin:20px;
	padding:0px;
	height:100%;
}


body {
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #8F48FF),
	color-stop(0.33, #6E2DF0),
	color-stop(0.55, #884AE0),
	color-stop(1, #8B48FF)
);
background-image: -o-linear-gradient(bottom, #8F48FF 0%, #6E2DF0 33%, #884AE0 55%, #8B48FF 100%);
background-image: -moz-linear-gradient(bottom, #8F48FF 0%, #6E2DF0 33%, #884AE0 55%, #8B48FF 100%);
background-image: -webkit-linear-gradient(bottom, #8F48FF 0%, #6E2DF0 33%, #884AE0 55%, #8B48FF 100%);
background-image: -ms-linear-gradient(bottom, #8F48FF 0%, #6E2DF0 33%, #884AE0 55%, #8B48FF 100%);
background-image: linear-gradient(to bottom, #8F48FF 0%, #6E2DF0 33%, #884AE0 55%, #8B48FF 100%);
}

body.Lazer{
background:url("Marwen/FakeLazer.gif") fixed no-repeat;
background-size:100% 100%;
/*background-size: cover;*/
}


div#container {
	width:900px;
	height:600px;
	margin:auto;
	/*border:1px solid black;*/
	padding-top:15%;
	padding-bottom:15%;
	text-align:center;
}

img {

}

p {

}


a.invisible {
display:block;
width:500px;
height:400px;

}


a:hover {

}
