@charset "UTF-8";
/* CSS Document */
html {
	overflow:hidden;
}
body {
	background-color: #5B4164;
	background-repeat:repeat;
	font-family: arial;
	font-size: 11px;
	line-height: 16px;
	color: #ffffff;
	letter-spacing: 1px;
}
#center {
	width: 1365px;
	left: 50%;
	position: absolute;
	margin-left: -682px;
	top: 0px;
}
#navi {
	position:absolute;
	left: 65px;
	top: 45px;
}
#navi2 {
	position:absolute;
	left: 670px;
	top: 90px;
	color: #5B4164;
}
#navi img {
	padding-bottom: 25px;
}
#mainimg {
	position:absolute;
	border: solid 10px #FFFDF8;
	left: 0px;
	top: -11px;
}
#name {
	position:absolute;
	left: 710px;
	top: 600px;
}
#logo {
	position:absolute;
	left: 1292px;
	top: 45px;
}
#social {
	position:absolute;
	left: 65px;
	top: 603px;
}
#social img {
	padding-right: 14px;
}
#social1 img {
	padding-right: 18px;
}
#content {
	position:absolute;
	top: 70px;
	left: 80px;
	background-color: #5B4164;
    opacity: 0.65; 
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
	width: 560px;
	height: 615px;
}
#text {
	position:absolute;
	top: 90px;
	left: 100px;
	width: 520px;
	height: 575px;
	text-align: justify;
}

#text a:link {color: #5B4164; font-weight: bold; text-decoration: none;}
#text a:visited {color: #5B4164; font-weight: bold; text-decoration: none;}
#text a:hover {color: #5B4164; font-weight: normal; text-decoration: underline;}

a:link {color: #5B4164; font-weight: bold; text-decoration: none;}
a:visited {color: #5B4164; font-weight: bold; text-decoration: none;}
a:hover {color: #5B4164; font-weight: normal; text-decoration: underline;}

input {
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
  	border: 3px solid #fff;
 	background-color: #fff;
  	width: 400px;
    color: #5B4164;
}
.submit {
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
  	border: 5px solid #fff;
  	background-color: #fff;
  	width: 150px;
  	font-weight: bold;
}
textarea {
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
  	background-color: #fff;
  	border: 1px solid #fff;
  	width: 475px;
    color: #5B4164;
  	height: 75px;
  	padding: 5px;
}
#videoborder {
	border: solid 5px #fff;
	margin-bottom: 5px;
}