body,
html {
	margin:0;
	padding:0;
	background-color: #FFF;
	}
body {
	min-width:700px;
	}
	
a:link {
	color: #000;
}

a:visited {
	color: black;
}

#container {
	width: 1024px;
	height: 761px;
	position: relative;
	text-align: center;
}
#header {
	background:url(images/header.jpg);
	height:211px;
	}

#background_01 {
	width: 1024px;
	height: 550px;
	position: relative;
	background:url(images/background_01.jpg);
}

#background_02 {
	width: 1024px;
	height: 550px;
	position: relative;
	background:url(images/background_02.jpg);
}
#background_03 {
	width: 1024px;
	height: 550px;
	position: relative;
	background:url(images/background_03.jpg);
}

#menubar {
	position: absolute;
	left: 0px;
	top: 0px;
}

#text_01 {
	left: 198px;
	top: -5px;
	padding: 5px;
	width: 762px;
	text-align: left;
	overflow: auto;
	position: absolute;
	z-index: 1;
}

#text_02 {
	left: 520px;
	top: 0px;
	padding: 5px;
	width: 400px;
	text-align: left;
	overflow: auto;
	position: absolute;
	z-index: 1;
}

#profile_img {
	left: 163px;
	top: 0px;
	width: 336px;
	position: absolute;
}
