body {
	background-color: #222222;
	color: #F8F8F8;
	
	background-image: linear-gradient(right bottom, rgb(17,17,17) 3%, rgb(34,34,34) 52%);
	background-image: -o-linear-gradient(right bottom, rgb(17,17,17) 3%, rgb(34,34,34) 52%);
	background-image: -moz-linear-gradient(right bottom, rgb(17,17,17) 3%, rgb(34,34,34) 52%);
	background-image: -webkit-linear-gradient(right bottom, rgb(17,17,17) 3%, rgb(34,34,34) 52%);
	background-image: -ms-linear-gradient(right bottom, rgb(17,17,17) 3%, rgb(34,34,34) 52%);
	
	background-image: -webkit-gradient(
		linear,
		right bottom,
		left top,
		color-stop(0.03, rgb(17,17,17)),
		color-stop(0.52, rgb(34,34,34))
	);
}
a, a:active, a:visited {
	text-decoration: none;
	color: #8888FF;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 40px;
    font-weight: normal;
    margin: 10px 0;
}
h2 {
	font-size: 20px;
    font-weight: normal;
    margin: 20px 0 10px;
}
.fb-like-box {
	margin: 20px 0 10px;
}

.center {
	width: 980px;
	height: 700px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -490px;
}

#header {
	position: relative;
}
#footer {
	position: static;
}
.frame {
	float: left;
	background-color: #121212;
	border: 0px solid #AAAAAA;
	border-radius: 40px;
	box-shadow: 0 0 30px #AAAAAA;
	height: 480px;
	width: 320px;
	padding: 70px 10px;
	margin: 40px;
}
.screen {
	height: 420px;
	width: 320px;
	background-color: white;
	overflow: auto;
}

.container {
	height: 620px;
	width: 460px;
	margin: 40px 50px;
	float: left;
	text-align: justify;
}