@font-face {
  font-family: "Tw Cen MT";
  src: url(./TW+Cen+MT.ttf) format("truetype");
}

body,
html {
    margin:0;
    padding:0;
    background: rgb(0.1098, 0.1020, 0.0980);
    color: white;
  	font-family: "Tw Cen MT", helvetica;
	font-weight: normal;
	text-decoration: none;
}

p
{
	font-size: 24px;
}

.large
{
	font-size:24px;
}
.italic
{
	 font-style:italic; 
}

#custom-doc { width:67.31em;*width:65.69em;min-width:875px; margin:auto; text-align:left; } 

#inner
{
	padding-top: 10px;
	padding-left: 30px;
}

li{
	list-style:disc;
	margin-left: 0px;
	padding-left: 0px;
	line-height: 150%;
	font-size: 22px;
}

.transparent
{
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}
	
#outer
{	
	position:relative;
	margin:auto;
	text-align:left;
	margin-top: 34px;
	width:867px;
	background-color:black;
	height:750px;
	
}

.group
{
	padding-left: 10px;
}
.rightColumn
{
	margin-top: 50px;
	float:right;
}
	
.group div.leftColumn
{
	float:left;
	width: 49.9%;
}
.group .rightColumn,.group .group
{
	width:49.1%;
}

.phrase
{
	letter-spacing: .15em;
	font-size: 32px;
	font-style: normal;
	font-size-adjust: xx-small;
}

#blackberry
{
	background: url(images/iphone_big.gif) no-repeat;
	width: 382px;
	height: 545px;
	margin-left: 70px;
	position: absolute;
	top: 130px;
	left: 450px;
}

#leftBorder
{
	background: url(images/trimLeft-trans.png) repeat-y;
	width:14px;
	
	position:absolute;
	left:-8px;
	float:left;
	height:100%; 
}

#rightBorder
{
	background: url(images/trimRight-trans.png) repeat-y;
	width:14px;	
	position:absolute;
	right:-14px;
	float:right;
	height:100%;
}

#topBorder
{
	background: url(images/trimTop-trans.png);
	background-repeat:repeat-x;
	
 	width:861px;
 	height:13px;

	position:absolute;
	top:-13px;
	left: 6;
}

#topLeft
{
	background: url(images/topLeft-trans.png);
		background-repeat:no-repeat;
	width: 14px;
	height:13px;
	
	position:absolute;
	top: -13px;
	left: -8px;
}

#topRight
{
	background: url(images/topRight-trans.png);
	background-repeat:no-repeat;
	
	width:14px;
	height:13px;
	
	position:absolute;
	top:-13px;
	right: -14px;
}


#bottomLeft
{
	background: url(images/btmLeft-trans.png);
	width:13px;
	height:14px;
	
	position:absolute;
	bottom: -14px;
	left: -7px;
}

#bottom
{
	background: url(images/trimBottom-trans.png) repeat-x;
 	width:861px;
	height:14px;
	
	position:absolute;
	bottom:-14px;
	left: 6px;
}

#bottomRight
{
	background: url(images/btmRight-trans.png);
	width:13px;
	height:14px;
	
	position:absolute;
	bottom:-14px;
	right: -13px;
}

#logo
{
	background: url(images/logo-Citysense.gif) no-repeat;
	width : 268px;
	height: 68px;
	padding-bottom: 45px;
	margin-left: 0px;
}

#footer{
		background-color: transparent;
		clear: both;
		margin-left: auto;
	    margin-right: auto;
		width:875px;
		color:white;
		margin-top:15px;
}

.green{
	color : #0f0;
}