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

{
    margin: 0;
    padding: 0;
}


#wrapper {
	width: 100%;

}

#graphic {
	width: 400px;
	height: 230px;
	background-image: url(../images/Skatepark/webcam.png);
	float: left;
}

#webcam {
	width: 820px;
	height: 660px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/Skatepark/video_bg.gif);
	background-repeat: repeat-x;
	position: relative;
	z-index: 100;
	top: 0px;
	clear: left;
}

#iframe {
	width: 800px;
	height: 640px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	top: 10px;
}


