/* CSS Document */

body, html {
	background-color:#FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	color:#CCCCCC;
	font-size:12px;
	margin:0px;
	text-align:center;
}

#container {
	position:relative;
	width:800px;
	background-color:#000000;
	top:0px;
	height:auto;
	margin:0 auto;
}

.title {
	position:relative;
	width:600px;
	left:100px;
	height:auto;
}

.image {
	position:relative;
	width:600px;
	left:100px;
	height:auto;
	padding-bottom: 20px;
}

.text {
	position:relative;
	width:600px;
	left:100px;
	padding: 0px 10px 20px;
	text-align:right;
}

.breaktop {
	position:relative;
	width:800px;
	left:0px;
	height:100px;
	background-image:url(images/images/break1_01.jpg);
}

.breakbot {
	position:relative;
	width:800px;
	left:0px;
	height:100px;
	background-image:url(images/images/break1_02.jpg);
}

h1 {
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	margin:0px;
}

a{
	color:#999999;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
