/* CSS Document */

body {
		background-color: #88ccff; /*grey: #dddddd*/
}

.main {
		position: relative;
		background-color: #88ccff;
		text-align: center;
		top: 125px;
		width: 400px;
		height: 400px;	
		margin-right: auto;
		margin-left: auto;
		font-family: Verdana, Geneva, sans-serif;
        /* font-style: italic; */
}