/*-----------------------------------------------------+
| SQUARE RS                                            |
| Copyright (c) 2010 Tomáš Kolinger.                   |
| Všechna práva vyhrazena. / All rights reserved.      |
|------------------------------------------------------|
| File: css_content.css                                |
| Author: Tomáš Kolinger                               |
+-----------------------------------------------------*/
/* rollover */

#cups a {
	display: block;
	width: 250px;
	height: 75px;
	background-image: url(images/grs_gaming_cups.png);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}
#cups a:hover{
	background-image: url(images/grs_gaming_cups2.png);
	background-repeat: no-repeat;
}

#facebook a {
	display: block;
	width: 250px;
	height: 75px;
	background-image: url(images/facebook.png);
	background-repeat: no-repeat;
}
#facebook a:hover{
	background-image: url(images/facebook2.png);
	background-repeat: no-repeat;
}

#steam a {
	display: block;
	width: 250px;
	height: 75px;
	background-image: url(images/steam.png);
	background-repeat: no-repeat;
}
#steam a:hover{
	background-image: url(images/steam2.png);
	background-repeat: no-repeat;
}

#twitter a {
	display: block;
	width: 250px;
	height: 75px;
	background-image: url(images/twitter.png);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}
#twitter a:hover{
	background-image: url(images/twitter2.png);
	background-repeat: no-repeat;
}