@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
/*	overflow: hidden;
*/	background-color:#000;
}

h1	{
	font-size:16px;
	color:#FFFFBF;

}

a:link	{
	color:#FFFFFF;
	text-decoration:none;
}

a:visited	{
	color:#CCCCCC;
}

a:hover	{
	text-decoration:underline;
}



.background	{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}

#main	{
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	width:921px;
	display:block;
}


.header	{
	margin-top:50px;
	margin-left:auto;
    margin-right:auto;
}

	
#navbar	{
	width:905px;
	float:right;
	background-color:rgba(50,50,50,0.8);
}

#navbar	img	{
	z-index:1;
}

.navbar	{
	position:relative;
	right:16px;
}
.title	{
	position:relative;
	float:left;
	right:35px;
}

#text	{
	padding:20px;
	float:left;
	width: 250px;
}

#text2	{
	padding:20px;
	float:left;
	width: 500px;
}

#picturebox	{
	display:inline;
	float:right;
	width:610px;
	position:relative;
	top:-10px;
}

#picturebox2	{
	display:inline;
	float:right;
	width:363px;
	position:relative;
	top:-27px;
	text-align:right;
}

#bottomtext p	{
	text-align:right;
	line-height:30px;
	margin-right:65px;
}

.social	{
	padding:3px;
}

#bottom	img {
	float:right;
}
.new {
	color: #FF0000;
}
