/* CSS Document */

body {
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
line-height: 22px;
color: #CCCCCC;
background-color: #FFFFFF;
background-image:url(gradient.png);
background-repeat:repeat-x;
}

p {
margin: 0px 0px 0px 0px;
padding: 10px 10px 10px 10px;
font-size:12px;
line-height: 14px;
}

a:link, a:visited {
	color: #FF0066;
	text-decoration: none;
}

a:active, a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0066;
}

#wrapper {
height: auto;
width: 300px;
margin: 0px;
padding: 0px;
top: 0px;
margin-right: auto;
margin-left: auto;

}

#intxt {
margin: 0px 0px 0px 10px;
padding: 0px 0px 0px 0px;
height: auto;
width: 280px;
text-align: left;
margin-right:0px;
border-top:1px dotted #ff0066;
}

#content {
margin: 20px 0px 0px 0px;
padding: 10px 0px 0px 0px;
top: 150px;
margin-right: auto;
margin-left: auto;
height: 400px;
width: 300px;
background-image: url(splash.png);
background-repeat:no-repeat;
}