* {
		margin: 0px;
		padding: 0px;
		border: 0px;
}

html, body{
		height: 100%;
		background: #808080;
}

table{
		width: 100%;
		height: 100%;
		background: #808080;
}

td{
		vertical-align: middle;
		text-align: center;
		background: #808080;
}

a{
		text-decoration: none;
		color: #ececec;
}

#cen{
		position: relative;
		width: 200px;
		height: 400px;
		margin-left: auto;
		margin-right: auto;
		background: #808080;
		text-align: left;
}

#box{
		position: absolute;
		width: 200px;
		height: 200px;
		top: 100px;
		background: #808080;
}

#info{
		position:absolute;
		font-weight: bold;
		background:#808080;
		width:200px;
		top: 310px;
		height: 90px;
		text-align: center;
		font-size: 18px;
		color: #ececec;
		font-family: 'AvantGarde Bk BT', 'Teen', 'Andale Sans', 'Zekton', 'Albany AMT', sans-serif;
}

#smalli{
		font-size: 12px;
}
