html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
	width:336px;
	height:280px;
}

img {    
	image-rendering: auto;
}

.content{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	visibility: hidden;
	position: relative;
	width:336px;
	height:280px;
	border: 1px solid #494949;
	overflow: hidden;
	background-color: #F2F2F2;
}

.butlayer{
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	cursor: pointer;
}

#button{
	position: absolute;
    width: 190px;
    height: 30px;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
}

.butMask{
	position: absolute;	 
	top:0px;
	left:0px;
	width: 190px;
    height: 30px;
    overflow: hidden;
}

.pinkBut{
	position: absolute;	 
	top:0px;
	left:0px;
	width: 190px;
    height: 30px;
	border: 0 none;
	background-color: #E83969;
	cursor: pointer;
}

.lightPink{
	position: absolute;	 
	top:0px;
	left:-220px;
	width: 220px;
    height: 30px;
    background-color: #EC6087;
    border-radius: 16px;  
}

button:focus {
	outline:0;
} 
button:active {
	outline: none;
	border: none;
}

.but_text{
	position: absolute;
	top:8px;
	left: 10px;
}

.full{
	position: absolute;
	top: 0px;
	left: 0px;
}

.full img{
	width:336px;
	height:280px;
}

#copy_frame_1{
	position: absolute;
	top:100px;
	left:40px;
}

#copy_frame_2{
	position: absolute;
	top:150px;
	left:40px;
}

.grijsFrame{
	position: absolute;
	top:0px;
	left:0px;
	width:500px;
	height:500px;
	background-color: #F2F2F2;
}

.paarsFrame{
	position: absolute;
	top:-60px;
	left:0px;
	width:500px;
	height:500px;
	background-color: #3D2683;
}

.geelFrame{
	position: absolute;
	top:-60px;
	left:0px;
	width:500px;
	height:500px;
	background-color: #FEA434;
}

.color_square{
	position: absolute;
	bottom:0px;
	left:0px;
	width:84px;
	height:84px;
	background-color: #e93968;
	background-color: #FEA434;
}

.color_square_2{
	position: absolute;
	bottom:0px;
	left:84px;
	width:84px;
	height:84px;
	background-color: #35cfd7;
}

.color_square_3{
	position: absolute;
	bottom:0px;
	left:84px;
	width:84px;
	height:84px;
	background-color: #e93968;
}

.color_square_4{
	position: absolute;
	bottom:0px;
	left:84px;
	width:84px;
	height:84px;
	background-color: #3D2683;
}

.rozeFrame{
	position: absolute;
	top:-60px;
	left:0px;
	width:500px;
	height:500px;
	background-color: #E83969;
}

#introLogo{
	position: absolute;
	top:100px;
	left:16px;
	width:300px;
	height:60px;
}

.logo{
	position: absolute;
	top:0px;
	left:0px;
	width:300px;
	height:60px;
}

.logo img{
	width:300px;
	height:60px;
}

.logo_color{
	position: absolute;
	top:0px;
	left:0px;
	width:300px;
	height:60px;
}

.logo_color img{
	width:300px;
	height:60px;
}

.color_circle_1{
	position: absolute;
	top: 240px;
    left: 168px;
    width:84px;
	height:84px;
	border-radius: 50%;
	background-color: #e93968;
}

.color_circle_2{
	position: absolute;
	top: 194px;
   	left: 84px;
    width:168px;
    height:84px;
    overflow: hidden;
}

#circle_inside_1{
	position: absolute;
	top:0px;
	left:0px;
	 width:168px;
	height:168px;
	border-radius: 50%;
	background-color: #e93968;
}

#rasterHolder{
	position: absolute;
	left:84px;
	width:84px;
	height:280px;
	overflow: hidden;
}

.raster{
	position: absolute;
	top:0px;
	left:0px;
}

.location{
	position: absolute;
	top:46px;
	left:30px;
	color: #fff;
	width:270px;
	height:120px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight:300;
	line-height: 16.4px;
}

.location img{
	padding-right: 5px;
}

#location{
	display: inline-block;
}

.title{
	position: absolute;
	top:70px;
	left:30px;
	color: #fff;
	width:270px;
	height:120px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	line-height: 26px;
	word-wrap: break-word;
}

.description{
	position: absolute;
	top:130px;
	left:30px;
	color: #fff;
	width:270px;
	height:120px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: 100;
	line-height: 15px;
}


