body {
	background-color:	black;
	color		:	white;
	font		:	bold 12px verdana;
}

A:link 		{ color: #c0c0c0; text-decoration : none; }
A:visited 	{ color: #808080; text-decoration : none; }
A:active 	{ color: #c0c0c0; text-decoration : none; }
A:hover		{ color: #800000; text-decoration : none; }
A img		{ border: none; }

#container{
	margin-top	: 	200px;
	text-align: center;
}
#logo {
    text-align: center;
    margin-bottom:30px;
}
#content{
	margin		:	5px 0 10px 0;
	padding		: 	30px;
	text-align	: 	center; 
	font		: 	bold 12px Arial;
}
#socialmedia	{
	margin-top	:	80px;
	text-align	: 	center; 
	font		: 	normal 9px Arial;
}
#socialmedia img{
	margin		: 	0px 2px -4px 2px;
}
#footer		{
	margin-top	:	4px;
	text-align	: 	center; 
	font		: 	normal 9px Arial;
}
#socialmenu {
    background-color:white;
    height:40px;
    width: 370px;
    padding-top:10px;
    margin:auto;
    border-radius:5px;
}
#socialmenu img {opacity:0.80; max-width:28px; max-height:28px}
#socialmenu img:hover {opacity:1}
