@CHARSET "UTF-8";
@import url('default.css');

html,body{
	height:100%;
}

body{
	background-image:url('../background.png');
	background-position:center;
	background-repeat:repeat-y;
	background-color:#cccccc;
	text-align:center;
}
