@charset "utf-8";
/* CSS Document */

body	{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	background:#CCCCCC;
	}
	
#wrapper	{
	width:320px;
	height:auto;
	margin:auto;
	}
	
#header	{
	width:80px;
	height:66px;
	float:left;
	background:url(../images/header.jpg);
	padding:28px 0px 0px 240px;
	}
	
.login	{
	width:70px;
	height:20px;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	}	

#dialer	{
	width:250px;
	height:auto;
	padding:35px;
	float:left;
	background:#FFFFFF;
	}

#footer	{
	width:320px;
	height:35px;
	float:left;
	background:#01274e;
	padding-top:15px;
	text-align:center;
	color:#FFFFFF;
	}

	

	
