*
{
	padding: 0;
	margin: 0;
}
body
{
	background-color:#000;
	color: #fff;
	text-align: center;
	font-family: Georgia, Arial, Sans-Serif;
}
a
{
	color: #fff;
	background-color: #000;
}
ul
{
	list-style-type: none;
	margin-top: 30px;
}
p
{
	margin-top: 30px;
	margin-bottom: 30px;
}
#main
{
	margin-top: 100px;
}
#titleimage
{
	margin-top: 10px;
	border-bottom: 1px solid white;
}
.embeddedmovie
{
	margin-top: 50px;
}
