

body																	{ margin: 0; background: rgb(255,255,255); }
body a																	{ outline: none; }

.view																	{ position: fixed; top: 0; right: 0; bottom: 0; left: 0; }
.view div																{ height: 100%; display: block; background-repeat: no-repeat; background-position: 50%; background-size: contain; }

#preload																{ display: none; }

#gift																	{ display: none; }
#gift a																	{ height: 100%; background-image: url(gift.jpg); display: block; background-repeat: no-repeat; background-position: 50%; background-size: contain; }

#barbie																	{ display: none; }
#barbie div																{ background-image: url(barbie.jpg); }

#text																	{ display: none; }
#text div																{ background-image: url(text.svg); }

#text2																	{ display: none; }
#text2 div																{ background-image: url(text_2.svg); }
