html {
height:100%; width:100%;
}

body {
background: url(bg.jpg) repeat-x scroll 0% 0;
background-color: #9BC1F0;
margin: 0px;
background-position:bottom;
}

#container {
	width:779px;
	height:600px;
	position:absolute;
	right: 0px;
	margin: 0px;
	bottom: 0px;
}

a:link, a:visited {
color: #E97277; 
font-weight: normal; 
text-decoration:none;
}

a:hover, a:active {
color: #A9749D; 
font-weight:normal; 
text-decoration:none; 
}


i, em {
color:#E2A5A0;
}

b, strong {
color:#E97277;
font-weight:normal;
}

ul {
list-style-type: square;
margin-left: 5px;
margin-top: 2px;
font-family: Century Gothic;
color: #FFFFFF;
font-size: 12px;
letter-spacing: 1px;
}

h1 {
color: #FFFFFF;
font-family: courier new;
font-size: 18px;
font-weight:normal;
margin-bottom:0px;
margin-top:0px;
letter-spacing:-1px;
text-transform:uppercase;
}

p { 
font-size:10px; 
color:#A9749D; 
line-height:11px; 
font-family:Century Gothic; 
}

.sub { 
margin-top: 0px;
margin-left: 20px;
margin-bottom: 5px;
font-size:10px; 
color:#166394; 
line-height:11px; 
font-family:Century Gothic; 
}

