html {
	background-image: url(images/bg.png);
}

#logo {
	background-image: url(images/sign.png);
	height: 300px;
	weight: 300px;
	background-repeat: no-repeat;
	background-position: top center;
	top: 300px;
	padding-bottom: 120px;
	margin-top: 100px;
	padding-left: 20px;
		
}

body {
	background-image: url(images/grey_box.png);
	background-repeat: no-repeat;
	height: 600;
	weight: 600;
	

	position: relative;
	background-position: center;
}

#social_list li {
	display:inline;
	list-style:none;
	padding-left: 30px;
	

	
}

#social_list {
	
	top: -100px;
	position: relative;
	left: -40px;
}

#li a{
	border-style: none;
	
	
}

img {border: none}




p {
	font-family: helvetica, arial, sans-serif;
	font-size: 10px;
	color: #bdbdbd;
	top: -27px;
	left: 230px;
	font-weight: bold;
	position: relative;
	
	
}



p:hover {
	font-family: helvetica, arial, sans-serif;
	font-size: 10px;
	color: grey;
	top: -27px;
	left: 230px;
	font-weight: bold;
	position: relative;
	
	
}