body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

.wrapper
{
	width:700px;
	margin:auto;
}

.goauto
{
	width:339px;
	height:375px;
	float:left;	
	margin:40px 10px 0px 0px;
	background-image:url('images/vancouverbackground.jpg');
	background-position:center;
	background-repeat:no-repeat;
	position:relative;
	left:0px;
}


.scc
{
	width:339px;
	height:375px;
	float:right;
		margin:40px 0px 0px 0px;
	background-image:url('images/edmontonbackground.jpg');
	background-position:center;
	background-repeat:no-repeat;
	position:relative;	
	bottom:0px;
	right:0px;
}

img
{
	border:0;
}

p
{	
	position:absolute;
	bottom:10px;
	margin:5px 5px 5px 120px;
	

}

#goautologo
{
	display: block;
    margin-left: auto;
    margin-right: auto; 
	margin-top:20px;
}


#scclogo
{
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top:20px; 
}

.enterbuttonblue
{
	position:absolute;
	bottom:10px;
	right:10px;
	text-decoration:none;
	padding:5px;
	font-weight:500;
	color:white;
	background:black;
}

a:hover.enterbuttonblue 
{
	position:absolute;
	bottom:10px;
	right:10px;
	text-decoration:none;
	background-color:#4341D8;
	color:white;
}

.enterbuttonred
{
	position:absolute;
	bottom:10px;
	right:10px;
	text-decoration:none;
	padding:5px;
	font-weight:500;
	color:white;
	background:black;
}

a:hover.enterbuttonred 
{
	position:absolute;
	bottom:10px;
	right:10px;
	text-decoration:none;
	background-color:#D23635;
	color:white;
}

.byline
{
	width:700px;
}

.byline p
{
	position:static;
	margin:20px 0 0 0;
	margin:20px auto 0px auto;
	font-family:"Arial Narrow";
	font-size:0.8em;
	text-align:center;
	width:200px;

}

