/*
	Special Event | Below the Line Agency
	
	@agency:		Special Event Kft.
	@developer:		Kusz Tamás
	@release date:	2010-04-13
	@type:			StyleSheet, layout styles
*/

/*	GLOBAL STYLES  */

html, body	{ height: 100%; }

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

img			{ border: none; }

p			{
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #797979;
}

span		{
	color: #454547;
	font-size: 14px;
	font-weight: bold;
}

a			{
	color: #797979;
	text-decoration: none;
}

a:hover		{ color: #aaaaaa; }




/*	LAYOUT STYLES  */

#wrapper	{
	width: 656px;
	height: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -328px;
}

#headline	{
	height: 52px;
	text-align: center;
}

#video		{
	width: 656px;
	height: 361px;
	margin-top: 16px;
	background-color: black;
}

#flash		{
	width: 656px;
	height: 361px;
}

#footer		{
	margin-top: 16px;
}

#footer p	{
	margin: 0;
	text-align: center;
	line-height: 18px;
}
