@charset "UTF-8";
/* CSS Document */

#wrapper {
	margin: 0 auto;
	width: 900px;
}
#content {
	width: 500px;
	height: 500px;
	margin-top: 150px;
	margin-left: auto;
	margin-right: auto;
}
body {
	background-image: url(../../images/dropbg.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #6DD9EF;
}
a#flash {
	float: left;
	width: 204px;
	height: 278px;
	text-align: center;
	cursor: pointer;
	background-image: url(../../images/iMac.png);
	background-repeat: no-repeat;
	background-position: 0px 20px;
	margin-left: 30px;
}
a#html {
	float: left;
	width: 157px;
	height: 242px;
	text-align: center;
	padding-top: 36px;
	cursor: pointer;
	background-image: url(../../images/ipad.png);
	background-repeat: no-repeat;
	background-position: 0 54px;
	margin-left: 55px;
}
a#flash:hover {
	background-position: -198px 20px;
}
a#html:hover {
	background-position: -156px 54px;
}
#text_flash {
	width: 250px;
	text-align: center;
	float: left;
}
#text_html {
	float: left;
	width: 250px;
	text-align: center;
}
