body {
    background-color: #FFF;
    width: 100%;
    height: 100%;
    margin: 0px;
}

a:active, a:visited, a:link {
    color: #111;
}

a:hover {
    text-decoration: none;
}

.canvasHolder {
    overflow: hidden;
    position: relative;
    @-webkit-transform-style: preserve-3d;
}

strong {
    color: #FFF;
}

.logo {
	position: absolute;
    @-webkit-transform-style: preserve-3d;
}

.logoMover {
	@-webkit-animation-duration: 0.05s;
	@-webkit-animation-iteration-count: 1;
	@-webkit-animation-timing-function: linear;
}

.tracker {
	position: absolute;
}

.tracker-on {
	border: solid;
	border-color: #FF0000;
}

.tracker-off {
	border: none;
}
