@font-face
{
	font-family : ComicSansMs;
	src : url('comic.ttf');
}

html, body
{
	margin: 0;
	padding: 0;
}

img
{
	border: 0;
}

#br
{
	position: absolute;
	left: 10px;
	bottom: 10px;
}

#bl
{
	display: block;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#rs
{
	position: absolute;
	left: 10px;
	top: 10px;
}

#ls
{
	position: absolute;
	right: 20px;
	top: 10px;
}

a
{
	color: blue;
	text-decoration: none;
}

#outer
{
	position: relative;
	font-size: 32px;
	font-family: 'Times New Roman';
}

#toko
{
	position: absolute;
	top: -27px;
	left: 0px;
	color: red;
	font-family: "Comic Sans MS", ComicSansMs, Arial, Serif;
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	opacity: 0;
}
#barre
{
	position: absolute;
	top: -2px;
	left: 35px;
	color: red;
	font-family: "Comic Sans MS", ComicSansMs, Arial;
	display: none;
}
