/*
	Theme Name: Vivian Yang
	Author: Business Propulsion
	Description: Single Page theme for Vivian Yang
*/
#wrapper{
width:600px;
text-align:center;
margin:0 auto;
}
#wrapper a{
font-family:Arial;
	display:block;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	-khtml-transition: all .5s ease;
	color:#000;
	text-decoration:none;
	font-size:1.5em;
	line-height:150%;
}
#wrapper a:hover{
color:#dd271b;
}
#sitetitle{
font-size:3em;
color:#dd271b;
margin:0;
}
.tagline{
	font-family:Arial;
	font-size:2em;
	font-style:italic;
}
#content{
padding:2em 0 ;
}