/* CSS Document */

html {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	
}

body {
	margin-top: 0px;
	text-align: center;
}

#wrapper {
	width: 640px;
	margin: auto;
	background-color: #transparent;
	text-align: center;	
}


/* CLEAR */

.clearright {
	clear: right;
	}
	
.clearleft {
	clear: left;
	}

.clearboth {
	clear: both;
}

/* CLASSES */

.frame{
	height: 640px;
	width: 480px;
	text-align:center;
	background-color: #transparent;
}

/* Dominants */

