﻿@charset "UTF-8";
body {
	background-color: ada8ac;
	margin: 0 auto 0 auto;
	width:900px;
}

.relative{
	position:relative;
	width: 900px;
}
.absolute{
	position:absolute;
	right: 00px;
	top: 00px;
}

<style>
	section img{
	max-width: 100%;
}
.center{
	margin: 0 auto 0 0;
	width:100%;
}

ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li{
	float: left;
	margin-right: 0%;
	width: 8%;
}

h2{
color:#442220;
font-size: 18px;
border-bottom-width:2px;
border-bottom-style:dotted;
border-bottom-color:#442220;
}
</style>

