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

body{
	background-color: #FFd800;
	height: 100%;
	margin: 0;
	padding: 0;
	}

a{
	outline: 0;
	border: 0;
	text-decoration: none;
	}

#container{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	
	}

#dancer{
	height: 200px;
	width: 200px;
	margin-left: -100px;  /***  width / 2   ***/
	position: absolute;
	top: -100px;          /***  height / 2   ***/
	left: 50%;
	}
	
#link{
	bottom: 2%;
    color: #444444;
    font-family: helvetica,arial,serif;
    font-size: 10px;
    left: 50%;
    margin-left: -123px;
    position: absolute;
    text-align: center;
	}