@charset "utf-8";
/* CSS Document */

body{
color: #ffffff;
font: 11px Verdana, Arial, Helvetica, sans-serif;
background-color:#4a0089;
background-repeat:repeat-x;
text-align: center;
}

body a:link { color: #ffffff; text-decoration: none;}
body a:hover {color: #ffffff; text-decoration: underline;}
body a:active{color: #ffffff; text-decoration: none;}
body a:visited {color: #ffffff; text-decoration: none;}

#pic{
background-image:url(index.jpg);
background-position:center;
background-repeat:no-repeat;
width: 660px;
height: 500px;
margin-left: auto;
margin-right: auto;
margin-top: 10%;

}
#savethedate{
text-align: right;
width: 630px;
margin-left: auto;
margin-right: auto;
padding: 0 30px 0 0;
}