html {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

html {
background-image: url("../images/cc-logo.png");
  -webkit-background-size: 80% auto;
  -moz-background-size:  80% auto;
  -o-background-size:  80% auto;
background-size:  80% auto;
background-repeat: no-repeat;
background-position: center;
min-height: 100vh;
color: #000;
background-color: black;
}
