@charset "utf-8";
/*========================================================================*/
/* DEFAULT WEBSITE STYLES */
html {
	scrollbar-base-color: #17b8c4; scrollbar-arrow-color: #ffffff; scrollbar-face-color: #17b8c4;
	background-color: #000000; background-image: url('../images/bg.jpg'); background-position: center top;
	background-repeat: no-repeat; background-attachment: fixed;
	height: 100%; width: 100%; padding: 0px; margin: 0px;
	/*background-size: cover;*/
}