body{
margin:0;
}
.fileDimensions{
	width: 300px;
	height: 250px;
}
.absPos{
	position: absolute;
}
.hide{
 	visibility: hidden;
}
#container{
	display: block;
 	background-color: #490e6f;
 	overflow: hidden;
 	/*background-image: url("img/bg.jpg");*/
}
#starburst{
    display: block;
   /* width: 800px;
    height: 800px;
    top: -290px;
    left: 200px; */
}
#img5b{
    top: 60px;
    left: 146px;
}
#border{
	top: 0px;
    left: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#cta{
    width: 154px;
    height: 33px;
    top: 198px;
    left: 12px;
    background: rgb(188,209,91); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(188,209,91,1) 0%, rgba(124,142,45,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(188,209,91,1) 0%,rgba(124,142,45,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(188,209,91,1) 0%,rgba(124,142,45,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcd15b', endColorstr='#7c8e2d',GradientType=0 ); /* IE6-9 */
}
#clickscreen{
	display:block;
	cursor: pointer;
	background-color: red;
	opacity: 0;
}