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

#container {
	background-image: url(images/video/center-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 550px;
	width: 660px;
	margin-top: -380px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding: 20px;
}
#shadow {
	background-image: url(images/video/bg-shadow.png);
	background-repeat: no-repeat;
	height: 55px;
	width: 1100px;
	margin-top: 216px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#skip {
	background-image: url(images/video/icon_bg.png);
	background-repeat: no-repeat;
	height: 67px;
	width: 100px;
	float: right;
	margin-top: -115px;
	margin-right: -260px;
	margin-bottom: auto;
	margin-left: auto;
}
#skip_outer {
	height: 67px;
	width: 100px;
	margin-top: -210px;
	margin-right: -200px;
	margin-bottom: auto;
	margin-left: auto;
	float: right;
}
#read-full {
	height: 67px;
	width: 200px;
	background-image: url(images/video/icon_bg.png);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	float: left;
}
#text {
	padding-top: 90px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 45px;
}
.button_text {
	padding-left: 15px;
	margin-top: 6px;
}
.button_text2 {
	padding-left: 15px;
	padding-top: 1px;
}
#petition {
	width: 575px;
	margin-top: -75px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-left: 35px;
	height: 300px;
}

#skip:active { 
	text-decoration: none;
	color: #FFF;
}

#skip:visited { 
	text-decoration: none;
	color: #FFF;
}

#skip:hover { 
	text-decoration: none;
	color: #FFF;
}
a.button_text:active { 
	text-decoration: none;
	color: #FFF;
}

a.button_text:visited { 
	text-decoration: none;
	color: #FFF;
}

a.button_text:hover { 
	text-decoration: none;
	color: #FFF;
}
a.button_text2:active { 
	text-decoration: none;
	color: #FFF;
}

a.button_text2:visited { 
	text-decoration: none;
	color: #FFF;
}

a.button_text2:hover { 
	text-decoration: none;
	color: #FFF;
}

