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

#tutorials  {
    margin: 0px auto;
    width: 800px;
    height: 600px;
    display: block;
	
}

#skip {
font-size: small;
font-style: normal;
margin: 0px auto;
width: 100px;
font-family: arial, sans-serif;
}

a {
text-decoration:none;
color: #FFFFFF;
}


