@charset "utf-8";
/* CSS Document */
body {
	height: 600px;
	color:#666666;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;	
	}

a:link {
	color:#999999;
	text-decoration:none;
	}	
	
a:visited	{
	color:#999999;
	text-decoration:none;
	} 	
	
a:hover {
	color:#FF0000;
		
	}	
	
a:active {
	text-decoration:none;	
	}	
	
h1,h2,h3,h4,h5 {
		text-align:center;
	}	
	
.centered {
		margin-left:auto;
		margin-right:auto;
		text-align:center;


	}
	
.checkout {
		display:block;
		position:absolute;
		/*top:500px;
		left:400px;
		*/
		width:60%;
		border-style:solid;
		border-width:thin;
		background-color:#CCFFFF;
		background-color:;
		text-align:right;
	}	

.wrapper {
		display:block;
		position: absolute;
		top:50px;
		left:100px;
		border-style:solid;
		border-width:thin;
		margin-left:auto;
		margin-right:auto;
		width:600px;
		height:250px;
		padding:20px;
		color:#999999;
		background-color:#FFFFFF;

	}	
	
#chat {

}		

