* {
	margin:0;
	padding:0;
}

body {
	background:url(../img/bg.jpg) no-repeat center center fixed;
	background-size:100% 100%;
}

#wrapper {
	width:1000px;
	height:auto;
	overflow:hidden;
	margin:10px auto;
	padding:10px;
}

#header {
	width:1000px;
	height:300px;
	margin:5px auto;
}

.logo {
	width:600px;
	height:250px;
	margin-left:100px;
	margin-top:50px;
}

.notes {
	width:400px;
	height:150px;
	margin-left:350px;
	margin-top:-100px;
	margin-bottom:50px;
}

#nav {
	width:800px;
	height:20px;
	margin:10px auto 20px;
}

#nav ul {
	list-style:none;
	text-align:center;
}

#nav li {
	display:inline;
}

#nav a {
	text-decoration:none;
	color:whitesmoke;
	margin-right:30px;
	line-height:35px;
	padding:5px;
}

#nav a:hover {
	color:brown;	
}

#mainwrapper {
	width:1000px;
	height:auto;
	overflow:hidden;
	margin:10px auto;
	background:#0b1723;
	border:2px solid #ff1525;
	border-radius:10px;
}

#right {
	width:230px;
	height:auto;
	float:right;
}

#xtreme {
	width:220px;
	height:150px;
	margin:5px auto;
	border:1px solid white;
}

#playstore {
	margin:5px auto;
}

#status {
	width:105px;
	height:25px;
	background:#003366;
	padding:0 0 5px 10px;
	box-shadow:0 0 6px 4px black;
	border-radius:30%;
	margin:15px auto;
}

#center {
	width:530px;
	height:auto;
	float:left;
	border-left:3px groove #ff1525;
	border-right:3px groove #ff1525;
}

p {
	font-size:17;
	font-family:Verdana;
	text-align:center;
	color:whitesmoke;
}

#chat
{
	margin-top:10px;
	text-align:center;
}

#smiles {
	margin-top:10px;
}

#left {
	width:230px;
	height:auto;
	float:left;
}

#ver {
	width:220px;
	height:150px;
	margin:5px auto;
	border:1px solid white;
}

#ver img {
	width:220px;
	height:150px;
}

#weather {
	margin:0 auto;
	padding-top:5px;
	text-align:center;
	margin-bottom:5px;
}

#sfaira
{
	width:220px;height:221px;
	border:1px solid white;
	margin:0 auto;
}

#footer {
	width:1000px;
	height:25px;
}

#footer p {
	text-align:center;
	color:white;
}