body
{
    background-color: black;
    background-image: url("img/bg.png");
    background-repeat: repeat-x;
}

div.logo
{
	position: absolute;
	width: 256px;
	height: 256px;
	margin: 0px auto 0px auto;
	padding: 0px;
	overflow: hidden;
}

div.like
{
	position: absolute;
	width: 540px;
	height: 150px;
	margin: 0px auto 0px auto;
	padding: 10px;
	overflow: hidden;

}

div.frame
{
	position: absolute;
	width: 400px;
	height: 320px;
	margin: 0px auto 0px auto;
	border: 1px solid #747474;
	padding: 5px;
	background: #323232;
	overflow: hidden;
}

div.title
{
	position: relative;
	width: 370px;
	height: 40px;
	margin: 5px auto;
	border: 1px solid #b3b3b3;
	padding: 5px 5px 2px 5px;
	background: #000000;
}

div.frame2
{
	position: relative;
	margin: 0px auto 0px auto;
	border: 1px solid #747474;
	padding: 5px;
	background: #323232;
}

img.image
{
	position: absolute;
	right: -1px;
	bottom: 0px;
	margin: 0px;
}

p
{
	font-family: "Arial";
	font-size: 18px;
	color: #cccccc;
}

p.title
{
	font-size: 22px;
	color: #0088ff;
	margin: 6px;
}

p.description
{
	font-size: 18px;
	color: #cccccc;
	margin: 26px 50px 26px 10px;
}

p.like
{
	font-size: 22px;
	color: #cccccc;
}

p.footer
{
	font-size: 14px;
	color: #cccccc;
	text-align: center;
}

a
{
	color: #cccccc; 
}