a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #c00000;
	text-decoration: none;
}
body {
width: 1000px;
display: block;
}

#caprice {
position: absolute;
float: left;
clear: left;
width: 500px;
text-align: center;
}

#bowling {
width: 500px;
float: right;
clear: right;
text-align: center;
}