/* CSS Document */

<!--forces scroll bars to keep position consistant-->

* {
	margin: 0;
	padding: 0;
}

html {
    min-height:100%;
	margin-bottom:1px
}

body{
	background-color:#000000;
}