@charset "UTF-8";
/* CSS Document */
body {
	text-align:center;
	min-width:980px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #BBB;
	line-height: 140%; 
}


h1 { 
	font: bold oblique 32pt Arial, Helvetica, sans-serif;
}

h2 {
	font: normal bold 18pt Arial, Helvetica, sans-serif;
	margin-top: 20px;
}

p {
	font-size: 11pt;
}

a {
	text-decoration: none;
	color: red;
}

img {
	border: 0px;
}

#container {
	width: 940px;
	min-height: 600px;
	margin: auto;
	text-align: left;
	background: white url(aid.png) no-repeat bottom right;

}

#content {
	margin: 20px;
}
