@charset "utf-8";
/* CSS Document */


body {
		background:#2A2A2A; 
	}

#card {
		width:700px; 
		height:450px; 
		background:#FFF; 
		margin:10% auto 0 auto;
		position:relative;
	}

#logo {
		border:none; 
		width:138px; 
		height:138px;
		}

#info {
		border:none; 
		width:450px; 
		height:200px; 
		float:left;
		position:absolute;
		left:250px;
		top:250px;
		}