/* Global Styles */

*{
	margin: 0px;
	padding: 0px;
}

html{
	font-family: verdana, arial, helvetica, sans-serif; 
}

body{
	background-color: #000;
}

/* Landing Page Styles */

#landing-page-image{
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	background-image: url(images/landing_page_1-01.jpg);
	background-position: center;
	background-repeat: no-repeat;
}