@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(back.jpg);
	background-repeat: repeat;
	
}

#logo {
	position: absolute;
	top: 0;
	right: 0;
}
	
#teams {
	position: absolute;
	bottom: 0;
	right: 0;
}
	
#social {
	position: absolute;
	bottom: 0;
	left: 0;
}


