* {
	font-family: "Arial";
}

body {
	background-color: #C9A6FF;
}

#main {
	margin: auto;
	position: absolute;
	padding-top: 100px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 800px;
	height: 431px;
}

#card {
	position: relative;
}

#portrait {
	width: 800px;
	height: auto;
	border-radius: 10px;
}

#topleft {
	position: absolute;
	top: 10px;
	left: 40px;
}

#topleft h1 {
	font-size: 25px;
	font-weight: normal;
	color:  #3D007A;
	padding-left: 30px;
	padding-top: 10px;
	margin: 0px;
}

#rect1, #rect2, #rect3 {
	width: 20px;
	height: 50px;
	padding: 0px;
	margin: 10px 0px;
}

#rect1 { background-color: red; }
#rect2 { background-color: orange; }
#rect3 { background-color: yellow; }

#bottomleft {
	position: absolute;
	bottom: 20px;
	left: 42px;
}

#bottomleft h1 {
	color:  #3D007A;
	font-weight: normal;
	font-size: 18px;
	margin: 8px 0px;
}

#bottomleft h2 {
	font-weight: normal;
	font-size: 16px;
	margin: 2px 0px;
}

#bottomleft h3 {
	font-weight: normal;
	font-size: 14px;
	margin: 1px 0px;
}

#bottomleft a {
	color:  #3D007A;
	font-size: 14px;
	margin-top: 8px;
	display: block;
}

#footer {
	background-color:  #3D007A;
	padding: 5px 0px;
	margin: 0px;
	color: white;
	font-size: 16px;
	overflow: hidden;
	border-radius: 10px;
}

#footer ul {
	overflow: hidden;
	margin: 0px;
	margin-left: 0px;
}

#footer ul li {
	float: left;
	margin-left: 30px;
}
