#vsCopy, .vsGamesList, .vsListTitle, .vsCol, .vsBtn
			{
				font-family: 'Ropa Sans', sans-serif;
			}
			
#vsCopy
			{
				position: absolute;
				color: white;
				font-size: 200%;
				text-align: center;
				width: 810px;
				top: 550px;
				left: 78px;
			}
			
.vsGamesList
			{
			}
			
.vsListTitle
			{
				font-size: 300%;
				border-bottom: 5px solid #BE2C37;
			}
			
.vsCol
			{
				float: left;
				font-size: 150%;
			}
			
.vsBtn 
			{
				width:100%;
				height:60px;
				background-color:#cc0033;
			}
			
.vsBtn:hover
			{
			background-color:#282828;
			}
.vsBtn a:hover {color:white;}			
.vsBtn a
			{
				text-decoration:none;
				color: white;
				display:inline-block;
				vertical-align:middle;
				text-align:center;
				width:100%;
				height:60px;
				font-size: 158%;
				line-height: 64px;
			}
			
		