
body{
padding-top: 50px;
}


#navbar{
	/*BackGround-color: #FFF0000;*/
	background-color: #800000;
}

	/*Change Color to white*/
	
#text{
	background-color: #000000;
	color: #FFFFFF;
}


#backgroundimage{
	position: relative;
	padding:0;
	margin:0;
	overflow:hidden;
	height:300px;
	background-image: url("../Image/BackGround.jpg");
	background-repeat:no-repeat;
	background-size:100% 700px;
	background-position: top center;
	background-attachment: fixed;
	
	
}

#image1{
	/*
	position:absolute;
	width:100%;
	height:350px;
	background-image: url("../Image/NeonfontTitle.png");
	background-repeat: no-repeat;
	background-position:left bottom;
	background-size: auto 200px;
	top: -100px;
	left: -24px;
	*/
	position:absolute;
	width: 100%;
	height:350px;
	background-image: url("../Image/NeonfontTitle.png");
	background-repeat: no-repeat;
	background-position:left bottom;
	background-size: auto 110px;
	top: -100px;
	left: -24px;
	
}

#image2{
	/*
	position:absolute;
	width:100%;
	height:350px;
	margin-left: -40px;
	background-image: url("../Image/Logo.png");
	background-repeat: no-repeat;
	background-position:top right;
	background-size: 50% 200px;
	top: -100px;
	
	margin-top: 140px;
	*/
	position:absolute;
	width:100%;
	height:350px;
	margin-left: -40px;
	background-image: url("../Image/Logo.png");
	background-repeat: no-repeat;
	background-position:top right;
	background-size: 25% 200px;
	top: -100px;
	
	margin-top: 140px;
}

#image{
	width: 200px;
	height: 200px;
}