@charset "UTF-8";

/* CSS Document */



body {

	font: 100% Verdana, Arial, Helvetica, sans-serif;

	background: #000;

	margin: 0;

	padding: 0;

	text-align: center;

	color: #fff;



}

#container {

	width: 1000;

	height: 700px;

	background: #bf8500;

	margin: 0 auto;

	background-image: url(me.jpg);

	background-position: 200px bottom;

	background-repeat: no-repeat;

}

#mainContent {

	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

	background-image: url(bubble_static.gif);

	background-position: 630px 150px;

	background-repeat: no-repeat;

}





#card {

	width: 265px;

	height: 230px;

	padding-top: 315px;

	padding-left: 300px;

	padding-right: 500px;

}







h1 {

	font-size: 14px;

	visibility: hidden;

	text-decoration: none;

	display: none;

}





p {

	display: none;

}

