	body {
		background-color: #f03c0c;
		font-family : Verdana, Trebuchet MS, Arial, sans-serif; 
		background-image: url(images/bg01.gif);
		background-repeat: repeat;
	}
	
	#container {
		z-index: 1;
		position: relative;
		width: 750px;
		border: none;
		margin: 0px;
		margin-left: auto;
		margin-right: auto;
		padding: 0px;
	}
	
	#text {
		position: absolute;
		z-index: 2;
		left: 85px;
		top: 405px;
		width: 370px;
		color: #fff;
	}

	#menubar {
		width: 652px;
		border: none;
		margin: 0px;
		margin-left: auto;
		margin-right: auto;
		padding: 0px;
	}
	
	#decoration {
		display: inline;
	}
	
	#megaphone {
		position: absolute;
		z-index: 1;
		left: 0px;
		top: 180px;
	}
	
	#tag {
		position: absolute;
		z-index: 1;
		left: 250px;
		top: 140px;
	}
	
	#pic1 {
		position: absolute;
		z-index: 2;
		left: 35px;
		top: 115px;
	}

	#pic2 {
		position: absolute;
		z-index: 1;
		left: 550px;
		top: 245px;
	}

	#pic3 {
		position: absolute;
		z-index: 1;
		left: 464px;
		top: 390px;
	}

	#name {
		position: absolute;
		z-index: 2;
		left: 250px;
		top: 170px;
	}
	
	img {
		border: none;
	}
	
	p {
		font-size: 80%;
		font-weight: bold;
		letter-spacing: 0px;
		line-height: 150%;
		border: none;
		padding: 0px;
		margin: 0px;
	}
	
	#text h1,h2 {
		display: none;
	}
	
	#text a {
		color: #fff;
		padding: 0px;
		margin: 0px;
		border-bottom: 1px dashed;
		text-decoration: none;
	}
	
	#text a:hover {
		color: #000;
		background: White;
	}