	html,body
	{
		margin:0;
		padding:0;
		border:0;
		height: 100%;
	}
	
	
	body
	{
		font-size:12px;
		font-family: "Trebuchet MS",Tahoma,Arial,Helvetica,sans-serif;
		background-color: black;
		width: 100%;
		height: 100%;
	}
	
	#container
	{
		background-color:black;
		width:900px;
		height:100%;
		margin:auto;
	}
		
	#home
	{
		position: relative;
		background-position: center top;
		background-repeat: no-repeat;
		width: 900px;
		height: 600px;
		top: 0px;
		left: 0px;
		border-top: 1px solid #EC278A;
                vertical-align: top;
	}

	#entry
	{
		position: relative;
		background-position: center top;
		background-repeat: no-repeat;
		width: 900px;
		height: 700px;
		top: 0px;
		left: 0px;
                vertical-align: top;
	}

	#home p
	{
		margin-top: 0px;
		padding-top: 0px;
	}

	#content_home
	{
		width: 315px;
		height: 400px;
		font-size: 13px;
		color: white;
		letter-spacing: 0px;
		font-weight: bold;
		font-family: "Trebuchet MS",Tahoma,Arial,Helvetica,sans-serif;
		line-height: 24px;
		position: relative;
		top: -100px;
		left: 175px;
		text-align: left;
		vertical-align: top;
	}

	#button
	{
		position: absolute;
		bottom: 125px;
		right: 225px;
		width: 201px;
		height: 146px;
		float:right;
		margin: 5px 0 0 5px;
		padding: 5px 0 0 5px;
	}
	
	#button img
	{
		border: none;
		float: right;
	}

	#footer
	{
		width: 900px;
		height: 75px;
		text-align: center;
		vertical-align: top;
		position: relative;
		left: 0px;
		bottom: 5px;
	}

