/* Kelvin Owers - general site 'page' stylesheet */

body, html{
    background: #39BFCF url(backgrounds/water.jpg) bottom center no-repeat fixed;
}
#container_and_overlay {
    background: transparent url(decoration/left_overlay.png) bottom left repeat-y; /* W3C */
    _background: transparent url(decoration/left_overlay_aqua.gif) bottom left repeat-y; /* replace .png in IE */
}

#main {
    background: transparent url(decoration/Destiny_logo_big.gif) top center no-repeat;
    padding-top: 200px;
    margin-top: -180px;
}

.coloured_background {
	background: #39BFCF;
}

.coloured_text {
	color: #39BFCF;
}

.more_information {
	font-size: 0.7em;
	letter-spacing:0.1em;
}