@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background-color:#000000;
}

#drive_logo {
	position:absolute;
	top: 50%;
	left: 50%;
	width:600px;
	height:361px;
	margin-top: -180px; /*set to a negative number 1/2 of your height*/
	margin-left: -300px; /*set to a negative number 1/2 of your width*/
}
