body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
}

#container{
    position:relative;
	margin-left: auto; margin-right: auto; 
    width:700px;
    height:400px;
    text-align:left;
}

.p {
	color: #fc0;
}

/*
#download{
	border:none;
	position:absolute;
	top:468px;
	left:80px;
    width:372px;
    height:57px;		
}

#facebook{
	border:none;
	position:absolute;
	top:534px;
	left:282px;
    width:161px;
    height:26px;		
}

#twitter{
	border:none;
	position:absolute;
	top:534px;
	left:77px;
    width:181px;
    height:27px;		
}

#footer{
	color:#ccc;
	font-family:"Helvetica Rounded", Helvetica, Arial, sans-serif;
	font-size:10px;
	text-align:center;
	width:100%;
	position:absolute;
	bottom:10px;
}
*/