﻿body {
	background-image: url(images/background_gradient.jpg);
	background-color: rgb(0, 0, 0);
	background-position: center top;
	background-repeat:no-repeat;
	font-family: Tahoma;
	font-size: 0.65em;
}
a {
    outline: none;
}
.oneColElsCtr #container {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 345px;
	margin-top: 100px;
	background:url(images/colossus_interactive_logo.png) no-repeat; height:365px; width:345px;
	behavior: url(iepngfix.htc);
}
.urlBlock { 
    display: block; 
}
#address{
    color:rgb(102, 102, 102);
    text-align:center;
    margin: 80px 0 0 0;
}
#address p{
    margin:0;
}
#address > p:first-child{
    font-size:1.3em
}