/** CSS-Datei von Mareike Frings **/

/** Allgemeinteil **/
html, body, form, h1, h2, ul, li 	{
									margin: 0;
									padding: 0;
									}
img {
	border: none;
	}

body 	{
		background: #ffffff;
		}

/** Ende Allgemeinteil **/


#intro	{	
		position: absolute;
		top: 50%;
		left: 50%;
		width: 550px;
		height: 400px;
		margin-top: -200px;
		margin-left: -225px;
		}

.skip	{	
		position: relative;
		left: 392px;
		top: 0;
		width: 77px;
		height: 17px;
		}

