body, h1, h2, div, p {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-family: Arial;
	color: #333333;
}

.global {
	position: relative;
	width: 800px;
	padding-right: 150px;
	min-height: 590px;
	margin: 0 auto;
	text-align: left;
	background-color: #FCFCFC;
	border: 1px solid #CCCCCC;
	padding-bottom: 10px;
}

.add_1 {
	width: 728px;
	height: 90px;
}

.add_2 {
	position: absolute;
	right: 0;
	top: 0;
	width: 120px;
	height: 600px;
}

.add_3 {
	margin-top: 15px;
	width: 728px;
	height: 15px;
}

h1 {
	margin-bottom: 20px;
}

h2 {
	margin-bottom: 20px;
}

ul {
	margin-top: 0;
	margin-bottom: 0;
}

p {
	margin-top: 15px;
	text-align: justify;
}

.illustration {
	float: right;
}

.footer {
	margin-top: 15px;
	text-align: center;
	clear: both;
	border-top: 1px solid #CCCCCC;
	font-size: 10px;
	margin-left: 150px;
}
.footer a {
	color: #000000;
}