
/* Base
////////////////////////////////////////////////// */

body {
	background: #0cd;
	font: 12px/18px Arial, Helvetica, Arial, sans-serif;
	color: #ccf5f8;
}

div#main {
	background: url("../images/varyable.gif") no-repeat;
	margin: 165px 0px 0px 150px;
	width: 425px;
	padding-top: 90px;
	padding-left: 8px;
}



/* Text
////////////////////////////////////////////////// */

p {
	margin-bottom: 16px;
}

strong {
	font-weight: bold;
	color: #fff;
}

a,
a:visited,
a:active {
	font-weight: bold;
	color: #ccf5f8;
	background: #0099a6;
	text-decoration: none;
	padding: 1px 4px;
}

a:hover {
	color: #fff;
	background: #003d42;
}



/* Footer
////////////////////////////////////////////////// */

div#footer {
	margin-top: 35px;
}



/* Misc
////////////////////////////////////////////////// */

.hide {
	display: none;
}

::selection {
	background: #222;
	color: #fff;
}

::-moz-selection,
	background: #222;
	color: #fff;
}


