ul#choose-color {
	position:absolute;
	top:95px;
	top:0 !important;
}
ul#choose-color li a {
	display:block;
	height:40px;
	width:10px;
	margin:5px 0;
	outline:0;
}

.rosa {
	background:#ff3399;
}
.blanco {
	background:#ffffff;
}
.azul {
	background:#33ccff;
}
.verde {
	background:#33ff66;
}
.negro {
	background:#000000;
}

.center {
    width: 310px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -150px;
}
#flash {
	width:310px;
	margin: 0px auto 0px auto;
}