* {
	padding: 0;
	margin: 0;
}

body {
	text-align: center;
	font-size: 76%;
	font-family: arial;
}

p {
	margin-bottom: 10px;
	text-align: justify;
}

#container {
	width: 1024px;
	height: 768px;
	border: 1px solid #CCC;
	margin: 20px auto;
	text-align: left;
	background-image: url("../imgCS/bg_body.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
}

h1 {
	background-image: url(../imgCS/hd_welcome.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 492px;
	height: 117px;
	text-indent: -9999em;
	float: right;
	clear: both;
	margin-bottom: 30px;
}

#content {
	clear: both;
	height: auto;
}

#content .text {
	float: left;
	width: 361px;
	height: auto;
	margin-right: 20px;
}

#content .text p#author {
	text-align: right;
}

#content #photo img {
	float: left;
	border: 2px solid #CCC;
	margin: 0 20px 0 100px;
}

img#flag {
	position:absolute;
	bottom:0;
	right: 0;
}
