/* CSS Document */

* {
	margin:0;
	padding:0;
	border:0;
}

.floatLeft {float:left;}
.floatRight {float:right;}

.clearBoth {clear:both;}
.clearLeft {clear:left;}
.clearRight {clear:Right;}

body {
font: 100% "Trebuchet MS", "Lucida Grande",verdana, helvetica, sans-serif;
color: #424242; background:#181818 url('../images/fruityness.jpg') top center no-repeat;
}

div#bodybg {
margin:auto;
width:100%;
position:absolute;
top:0;
left:0;
}

html, body, #bodybg{
min-height:100%;
width:100%;
height:100%;
}

html>body, html>body #bodybg{
height:auto;
}